From 165ea91ab89daa94203213d13070230aa45678b1 Mon Sep 17 00:00:00 2001 From: Vishnu Mohandas Date: Tue, 29 Jun 2021 15:24:59 +0530 Subject: [PATCH] Minor text change --- lib/services/user_service.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/user_service.dart b/lib/services/user_service.dart index 8213b0d37..b75940375 100644 --- a/lib/services/user_service.dart +++ b/lib/services/user_service.dart @@ -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) {