add signin function
This commit is contained in:
@@ -6,6 +6,8 @@ class Auth {
|
||||
String authErrorMsg;
|
||||
|
||||
String uid;
|
||||
String name;
|
||||
String phoneNumber;
|
||||
|
||||
Auth({this.authStatus, this.authErrorCode, this.authErrorMsg});
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
enum AuthStatus { SMS_SENT, AUTH_VERIFIED, ERROR }
|
||||
enum AuthStatus { SMS_SENT, AUTH_VERIFIED, ERROR, SIGN_OUT }
|
||||
|
||||
Reference in New Issue
Block a user