This commit is contained in:
Neeraj Gupta 2022-07-08 15:05:09 +05:30
parent 6f16218af8
commit 989c764d87
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -266,8 +266,8 @@ class UserService {
await dialog.hide();
showToast(
context,
" We have deleted your account and scheduled your uploaded data "
"for deletion",
"We have deleted your account and scheduled your uploaded data "
"for deletion.",
);
Navigator.of(context).popUntil((route) => route.isFirst);
} else {