Skip to content

Commit

Permalink
refactor: remove SignInState dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
mediocre9 authored Jul 29, 2023
1 parent 583abb5 commit bc29c26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/services/auth_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import 'package:google_sign_in/google_sign_in.dart';
enum SignInState {
authenticated,
disabled,
notFound,
}

abstract interface class IAuthenticationService {
Expand Down

0 comments on commit bc29c26

Please sign in to comment.