fix: auth typos
This commit is contained in:
@@ -131,7 +131,11 @@ function StepNewPassword ({
|
||||
</div>
|
||||
<Button
|
||||
disabled={
|
||||
disabled || hasError() || hasError(error2) || value.length <= 0
|
||||
disabled ||
|
||||
hasError() ||
|
||||
hasError(error2) ||
|
||||
value.length <= 0 ||
|
||||
repeatValue.length <= 0
|
||||
}
|
||||
pending={pending}
|
||||
type='submit'
|
||||
|
||||
Reference in New Issue
Block a user