(improvement)(auth) Support token key allocation based on the integration application. (#1119)

This commit is contained in:
lexluo09
2024-06-10 21:50:39 +08:00
committed by GitHub
parent 3f098a6364
commit 82a3e30472
9 changed files with 61 additions and 24 deletions

View File

@@ -107,7 +107,7 @@ const LoginPage: React.FC = () => {
<Input
size="large"
type="password"
placeholder="密码: admin123"
placeholder="密码: 123456"
onPressEnter={handleLogin}
prefix={<LockOutlined />}
/>