diff --git a/frontend/src/views/auth/OidcCallbackView.vue b/frontend/src/views/auth/OidcCallbackView.vue index deb40b20..de3f2e40 100644 --- a/frontend/src/views/auth/OidcCallbackView.vue +++ b/frontend/src/views/auth/OidcCallbackView.vue @@ -18,9 +18,10 @@
- Continue with email to finish setting up your {{ providerName }} sign-in. -
-- Sign in to bind {{ providerName }} to the existing account for - {{ pendingEmail }}. -
- - -Review the {{ providerName }} profile details before continuing. @@ -149,6 +117,124 @@ {{ isSubmitting ? t('common.processing') : 'Continue' }}
+ + ++ Enter an email address to create your account and continue. +
++ {{ accountActionError }} +
++ Log in to an existing account to bind this {{ providerName }} sign-in. +
++ {{ accountActionError }} +
++ Enter the 6-digit verification code for + {{ totpUserEmailMasked || 'your account' }} + to finish binding this {{ providerName }} sign-in. +
++ {{ totpError }} +
+