Skip to content

Commit

Permalink
fix: cross origin signup
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-Roshan-lab authored Nov 7, 2024
1 parent f08c285 commit a9b4bb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pages/auth.dart
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ class _AuthState extends State<Auth> {
.split("@")
.last !=
"srmist.edu.in") {
await FirebaseAuth.instance.signOut();
ScaffoldMessenger.of(context)
.showSnackBar(SnackBar(
backgroundColor: Colors.red,
Expand Down

0 comments on commit a9b4bb9

Please sign in to comment.