优化登录流程,添加白名单管理功能,调整页面布局与样式
This commit is contained in:
@@ -33,9 +33,11 @@ export default async function UserCenter(props: UserCenterProps) {
|
||||
</Link>
|
||||
</>
|
||||
: <>
|
||||
<Button>
|
||||
进入控制台
|
||||
</Button>
|
||||
<Link href={`/admin/dashboard`}>
|
||||
<Button variant={`gradient`}>
|
||||
进入控制台
|
||||
</Button>
|
||||
</Link>
|
||||
{/* profile */}
|
||||
<div>
|
||||
<img
|
||||
|
||||
Reference in New Issue
Block a user