TF-518 Apply new UI for login in mobile
This commit is contained in:
committed by
Dat H. Pham
parent
0932cf0185
commit
cc66d141d4
@@ -7,6 +7,12 @@ class LoginState extends AppState {
|
||||
LoginState(Either<Failure, Success> viewState) : super(viewState);
|
||||
}
|
||||
|
||||
@immutable
|
||||
class InputUrlCompletion extends ViewState {
|
||||
@override
|
||||
List<Object?> get props => [];
|
||||
}
|
||||
|
||||
@immutable
|
||||
class LoginLoadingAction extends ViewState {
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user