mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 20:50:19 +08:00
feat: fix autoComplete for MFA passcode and SMS code (#2642)
* update: mfa autoComplete="off" * Update SendCodeInput.js --------- Co-authored-by: hsluoyz <hsluoyz@qq.com>
This commit is contained in:
@ -70,6 +70,7 @@ export const SendCodeInput = ({value, disabled, textBefore, onChange, onButtonCl
|
||||
</Button>
|
||||
}
|
||||
onSearch={() => setVisible(true)}
|
||||
autoComplete="one-time-code"
|
||||
/>
|
||||
<CaptchaModal
|
||||
owner={application.owner}
|
||||
|
Reference in New Issue
Block a user