From 7ee39fd4eddfc847bcef879f0904a4319993d081 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Mon, 5 Jan 2026 22:29:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=A6=81=E7=94=A8?= =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=E7=99=BB=E5=BD=95=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=B3=A8=E5=86=8C=E6=97=A0=E6=95=88=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../certd-client/src/views/framework/oauth/oauth-callback.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/certd-client/src/views/framework/oauth/oauth-callback.vue b/packages/ui/certd-client/src/views/framework/oauth/oauth-callback.vue index ba5880c59..2be1527d1 100644 --- a/packages/ui/certd-client/src/views/framework/oauth/oauth-callback.vue +++ b/packages/ui/certd-client/src/views/framework/oauth/oauth-callback.vue @@ -55,7 +55,7 @@ async function handleOauthToken() { //需要绑定 bindCode.value = res.validationCode; //如果开启了自动注册,默认自动注册账号 - if (settingStore.sysPublic.registerEnabled) { + if (settingStore.sysPublic.oauthAutoRegister) { autoRegister(); } else { bindRequired.value = true;