Fix a typo in DisableTwoFactorModal.tsx (#3507)
This commit is contained in:
parent
208a547a2a
commit
e8746feb97
|
@ -43,7 +43,7 @@ const DisableTwoFactorModal = () => {
|
||||||
password: '',
|
password: '',
|
||||||
}}
|
}}
|
||||||
validationSchema={object().shape({
|
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 }) => (
|
{({ isValid }) => (
|
||||||
|
|
Loading…
Reference in New Issue