TF-2271 Remove SessionController
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit 765215078ed473ae4f92a037ec083ad3ba278238)
This commit is contained in:
@@ -1,20 +0,0 @@
|
|||||||
|
|
||||||
import 'package:tmail_ui_user/features/login/presentation/login_form_type.dart';
|
|
||||||
import 'package:tmail_ui_user/main/routes/router_arguments.dart';
|
|
||||||
|
|
||||||
class SessionArguments extends RouterArguments {
|
|
||||||
|
|
||||||
final LoginFormType loginFormType;
|
|
||||||
final String baseUrl;
|
|
||||||
|
|
||||||
SessionArguments(
|
|
||||||
this.loginFormType,
|
|
||||||
this.baseUrl
|
|
||||||
);
|
|
||||||
|
|
||||||
@override
|
|
||||||
List<Object?> get props => [
|
|
||||||
loginFormType,
|
|
||||||
baseUrl,
|
|
||||||
];
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user