mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Change order of password check
This commit is contained in:
@@ -269,11 +269,11 @@ export default function UserInfoStep({
|
||||
<InputField
|
||||
label={t("section.password.password")}
|
||||
onChangeHandler={async (pass: string) => {
|
||||
setPassword(pass);
|
||||
await checkPassword({
|
||||
password: pass,
|
||||
setErrors
|
||||
});
|
||||
setPassword(pass);
|
||||
}}
|
||||
type="password"
|
||||
value={password}
|
||||
|
||||
Reference in New Issue
Block a user