A
This commit is contained in:
7
frontend/pshared/lib/models/auth/state.dart
Normal file
7
frontend/pshared/lib/models/auth/state.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
enum AuthState {
|
||||
idle,
|
||||
checking,
|
||||
ready,
|
||||
empty,
|
||||
error,
|
||||
}
|
||||
Reference in New Issue
Block a user