mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
Fix a typo in DisableTwoFactorModal.tsx (#3507)
This commit is contained in:
@@ -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 }) => (
|
||||
|
||||
Reference in New Issue
Block a user