mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-19 07:23:46 +08:00
暂存
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user