From d42b3ecb5edc2f96605642373501409c0665066c Mon Sep 17 00:00:00 2001 From: MaysWind Date: Fri, 30 Jan 2026 21:05:45 +0800 Subject: [PATCH] fix the continue button was missing during two-factor authentication on the desktop version when both two-factor authentication and third-party login are enabled both --- src/views/desktop/LoginPage.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/desktop/LoginPage.vue b/src/views/desktop/LoginPage.vue index f63e49e5..ac4a5159 100644 --- a/src/views/desktop/LoginPage.vue +++ b/src/views/desktop/LoginPage.vue @@ -107,6 +107,11 @@ {{ tt('Log In') }} + + {{ tt('Continue') }} + + @@ -114,16 +119,11 @@ - {{ oauth2LoginDisplayName }} - - {{ tt('Continue') }} - -