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:
Skyler Mäntysaari 2023-08-27 07:31:52 +03:00 committed by GitHub
parent f1027d7807
commit 305889f32b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 15 deletions

View file

@ -40,7 +40,7 @@
});
if (status === 201) {
goto(AppRoute.AUTH_LOGIN);
await goto(AppRoute.AUTH_LOGIN);
return;
} else {
error = 'Error create admin account';