Skip to content

Commit

Permalink
Added Feature prajapatihet#60 -- Resolved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ezsarthak committed Oct 14, 2024
1 parent c37070e commit ac1f950
Show file tree
Hide file tree
Showing 3 changed files with 309 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/cubit/auth/auth_cubit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class AuthCubit extends Cubit<AuthState> {
emit(const AuthError("User with this credential already exists"));
} else {
print(e.code);
emit(AuthError(e.code));
emit(AuthError(e.toString()));
}
}
}
Expand Down
Loading

0 comments on commit ac1f950

Please sign in to comment.