mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 09:44:45 +02:00
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…
x
Reference in New Issue
Block a user