mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-21 22:27:56 +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}
|
error={error}
|
||||||
fullWidth={true}
|
fullWidth={true}
|
||||||
autoComplete="new-password"
|
autoComplete="new-password"
|
||||||
|
maxLength={30}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Input
|
<Input
|
||||||
|
@ -156,6 +156,7 @@ const RegistrationForm = () => {
|
|||||||
})}
|
})}
|
||||||
autoComplete="new-password"
|
autoComplete="new-password"
|
||||||
error={error}
|
error={error}
|
||||||
|
maxLength={30}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{AppConfig.isRecaptcha2Enabled() && (
|
{AppConfig.isRecaptcha2Enabled() && (
|
||||||
|
Loading…
Reference in New Issue
Block a user