feat: 更新密码输入组件,添加密码强度提示标签
This commit is contained in:
@ -38,9 +38,12 @@
|
||||
<Password
|
||||
name="password"
|
||||
placeholder="Password"
|
||||
:feedback="false"
|
||||
toggleMask
|
||||
fluid
|
||||
promptLabel="输入密码"
|
||||
weakLabel="太简单"
|
||||
mediumLabel="复杂度一般"
|
||||
strongLabel="复杂密码"
|
||||
/>
|
||||
<Message
|
||||
severity="error"
|
||||
@ -60,6 +63,7 @@
|
||||
|
||||
</FormField>
|
||||
|
||||
|
||||
<Button
|
||||
type="submit"
|
||||
severity="secondary"
|
||||
|
Reference in New Issue
Block a user