Skip to content

Commit

Permalink
update signin.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Aquarius-blake committed Jan 28, 2024
1 parent d87e704 commit d4307f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Screens/Authenticate/signin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class _SinginState extends State<Singin> {
}else
{
print("Success");
print(result.UID);
// print(result.UID);
await analytics.logLogin(
loginMethod: "login_guest"
);
Expand Down

0 comments on commit d4307f4

Please sign in to comment.