Fix a typo in DisableTwoFactorModal.tsx (#3507)
This commit is contained in:
parent
208a547a2a
commit
e8746feb97
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ const DisableTwoFactorModal = () => {
|
|||
password: '',
|
||||
}}
|
||||
validationSchema={object().shape({
|
||||
password: string().required('You must provider your current password in order to continue.'),
|
||||
password: string().required('You must provide your current password in order to continue.'),
|
||||
})}
|
||||
>
|
||||
{({ isValid }) => (
|
||||
|
|
Loading…
Reference in a new issue