+
+
+ {{ errorMessage }}
+
+
+ {{ $t('user.auth.authenticating') }}
+
+
+
+
+
diff --git a/frontend/src/views/user/OpenIdAuth.vue b/frontend/src/views/user/OpenIdAuth.vue
index 33268c80b..e581aaee2 100644
--- a/frontend/src/views/user/OpenIdAuth.vue
+++ b/frontend/src/views/user/OpenIdAuth.vue
@@ -80,8 +80,9 @@ async function authenticateWithCode() {
provider: route.params.provider,
code: route.query.code,
})
+
redirectIfSaved()
- } catch(e) {
+ } catch (e) {
errorMessage.value = getErrorText(e)
} finally {
localStorage.removeItem('authenticating')