@ -192,7 +192,7 @@ class _LoginPageState extends State<LoginPage> {
Future<void> _login() async {
if (!_formKey.currentState.validate()) return;
if (privacyPolicyChecked == false) {
"You must agree privacy policy".showToast;
"You must agree to privacy policy".showToast;
return;
}
FocusScope.of(context).unfocus();