Minor text change

This commit is contained in:
Vishnu Mohandas 2021-06-29 15:24:59 +05:30
parent b6611b4113
commit 165ea91ab8

View file

@ -432,7 +432,7 @@ class UserService {
);
await dialog.hide();
Navigator.pop(context);
showErrorDialog(context, "🔒 success",
showErrorDialog(context, " success",
"your account is now protected with an additional layer of authentication");
Bus.instance.fire(TwoFactorStatusChangeEvent(true));
} catch (e, s) {