1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-27 05:11:11 +02: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:
Skyler Mäntysaari
2023-08-27 07:31:52 +03:00
committed by GitHub
parent f1027d7807
commit 305889f32b
6 changed files with 15 additions and 15 deletions

View File

@ -45,7 +45,7 @@
}
} catch (error) {
authConfig.passwordLoginEnabled = true;
handleError(error, 'Unable to connect!');
await handleError(error, 'Unable to connect!');
}
oauthLoading = false;