chore: remind user to change default password (close #516)

This commit is contained in:
JustSong
2023-09-29 18:07:20 +08:00
parent 594f06e7b0
commit f0fc991b44
2 changed files with 12 additions and 6 deletions

View File

@@ -102,7 +102,7 @@ const EditUser = () => {
label='密码'
name='password'
type={'password'}
placeholder={'请输入新的密码'}
placeholder={'请输入新的密码,最短 8 位'}
onChange={handleInputChange}
value={password}
autoComplete='new-password'