mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
chore: update pr based on review
This commit is contained in:
@ -124,9 +124,7 @@ export const ProfileForm = ({ className, user }: ProfileFormProps) => {
|
||||
duration: 5000,
|
||||
});
|
||||
|
||||
await signOut({ callbackUrl: '/' });
|
||||
|
||||
return;
|
||||
return await signOut({ callbackUrl: '/' });
|
||||
}
|
||||
|
||||
const { token } = deleteAccountTwoFactorTokenForm.getValues();
|
||||
|
||||
Reference in New Issue
Block a user