mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-23 05:01:49 +10:00
UserContext, deleteAccount: if provider is google, use reauthenticateWithPopup to reauthenticate user
This commit is contained in:
@ -46,7 +46,7 @@ const Settings = ({ id }) => {
|
||||
try {
|
||||
await deleteAccount();
|
||||
} catch (error) {
|
||||
toast.error('An error occurred deleting your account');
|
||||
toast.error('An error occurred deleting your account.');
|
||||
setDeleteText(t('builder.settings.dangerZone.button'));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user