check null safety
This commit is contained in:
@@ -181,7 +181,7 @@ class _SigninPageState extends State<SigninPage> {
|
||||
await navigateAfterAuthVerified(context);
|
||||
}
|
||||
if (auth.authStatus == AuthStatus.ERROR) {
|
||||
showMsgDialog(context, "Error", auth.authErrorMsg);
|
||||
showMsgDialog(context, "Error", auth.authErrorMsg ?? "");
|
||||
}
|
||||
} catch (e) {
|
||||
showMsgDialog(context, "Error", e.toString());
|
||||
|
||||
Reference in New Issue
Block a user