mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-15 22:46:49 +00:00
(improvement)(auth) Support token key allocation based on the integration application. (#1119)
This commit is contained in:
@@ -107,7 +107,7 @@ const LoginPage: React.FC = () => {
|
||||
<Input
|
||||
size="large"
|
||||
type="password"
|
||||
placeholder="密码: admin123"
|
||||
placeholder="密码: 123456"
|
||||
onPressEnter={handleLogin}
|
||||
prefix={<LockOutlined />}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user