This commit is contained in:
renzynx 2022-12-21 21:09:54 +07:00
parent cb0f095024
commit 7d80bdcafc
4 changed files with 3 additions and 2 deletions

View File

@ -45,6 +45,7 @@
font-size: 2rem;
font-weight: 500;
margin-bottom: 1rem;
margin-top: 1rem;
}
.card p {

View File

@ -42,6 +42,7 @@
font-size: 2rem;
font-weight: 500;
margin-bottom: 1rem;
margin-top: 1rem;
}
.card p {

View File

@ -83,10 +83,10 @@ const EmailForm = () => {
onSubmit={form.onSubmit(() => {
mutate();
showNotification({
id: 'forgot-password',
title: 'Sending email',
message: 'Please wait...',
loading: isLoading,
id: 'forgot-password',
});
})}
>

View File

@ -95,7 +95,6 @@ const ResetPasswordPage: FC<{ token: string }> = ({ token }) => {
<form
onSubmit={form.onSubmit(() => {
mutate();
showNotification({
id: 'reset-password',
title: 'Resetting password...',