mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 23:24:55 +00:00
Implemented home creation and add counter to the sign up screen
This commit is contained in:
@ -24,6 +24,8 @@ class AuthOtpSuccess extends AuthSuccess {}
|
||||
|
||||
class AuthSignUpSuccess extends AuthSuccess {}
|
||||
|
||||
class ResendOtpSuccess extends AuthSuccess {}
|
||||
|
||||
class AuthLoginError extends AuthError {
|
||||
AuthLoginError({required super.message, super.code});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user