mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-13 02:37:57 +01:00
Enforce password size on the UI.
This commit is contained in:
parent
debecaeed0
commit
8906a4c3d5
@ -94,6 +94,7 @@ const ChangePasswordDialog = ({ onClose }: ChangePasswordDialogProps): React.Rea
|
||||
error={error}
|
||||
fullWidth={true}
|
||||
autoComplete="new-password"
|
||||
maxLength={30}
|
||||
/>
|
||||
|
||||
<Input
|
||||
|
@ -156,6 +156,7 @@ const RegistrationForm = () => {
|
||||
})}
|
||||
autoComplete="new-password"
|
||||
error={error}
|
||||
maxLength={30}
|
||||
/>
|
||||
|
||||
{AppConfig.isRecaptcha2Enabled() && (
|
||||
|
Loading…
Reference in New Issue
Block a user