This commit is contained in:
sijinhui
2024-05-14 19:04:27 +08:00
parent c2f563677e
commit 6449c925a7
2 changed files with 10 additions and 2 deletions

View File

@@ -73,7 +73,13 @@ export default function UserLoginButton() {
case "AccessDenied":
openNotification("error", {
message: "登录失败",
description: "无权限,请确认用户名正确并等待审批",
description: (
<span>
<br />
<span style={{ color: "red" }}></span>
</span>
),
});
break;
default: