mirror of
https://github.com/immich-app/immich.git
synced 2025-12-01 03:39:43 +09:00
chore(web): Fixing up missing awaits (#3882)
* chore(web): Fixing up some missing awaits. * chore(web/shared-viewer): Update import to shorted version.
This commit is contained in:
committed by
GitHub
parent
f1027d7807
commit
305889f32b
@@ -40,7 +40,7 @@
|
||||
});
|
||||
|
||||
if (status === 201) {
|
||||
goto(AppRoute.AUTH_LOGIN);
|
||||
await goto(AppRoute.AUTH_LOGIN);
|
||||
return;
|
||||
} else {
|
||||
error = 'Error create admin account';
|
||||
|
||||
Reference in New Issue
Block a user