We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1585b5 commit 587fd62Copy full SHA for 587fd62
src/pages/app/account/oauth/callback.vue
@@ -88,10 +88,9 @@ onMounted(async () => {
88
displayName.value = data.display_name || data.username;
89
authSuccess.value = true;
90
91
- // 延迟跳转以显示成功状态
92
- setTimeout(() => {
+
93
router.push(authStore.consumeAuthRedirectUrl());
94
- }, 2000);
95
} else {
96
throw new Error(data.message || '令牌验证失败');
97
}
0 commit comments