Skip to content

Commit

Permalink
修复快捷登陆失败后无法再次登陆
Browse files Browse the repository at this point in the history
  • Loading branch information
HalcyonAlcedo committed Jun 18, 2024
1 parent 016489d commit 3d3b176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/authentication/authForms/AuthLogin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const quickLogin = () => {
otpValidating.value = true
const authStore = useAuthStore();
return authStore.quickLogin(bot.value, otp.value).catch((error) => {
otpValidating.value = true
otpValidating.value = false
otpDialog.value = false
traditional.value = true
quickError.value = error
Expand Down

0 comments on commit 3d3b176

Please sign in to comment.