Fix a typo in DisableTwoFactorModal.tsx (#3507)

This commit is contained in:
Triassic 2021-08-03 06:07:26 +03:00 committed by GitHub
parent 208a547a2a
commit e8746feb97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }) => (