TF-381 Apply new UI EmailView for browser
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import 'package:flutter/foundation.dart';
|
||||
import 'package:get/get.dart';
|
||||
import 'package:tmail_ui_user/features/caching/caching_manager.dart';
|
||||
import 'package:tmail_ui_user/features/login/domain/usecases/delete_credential_interactor.dart';
|
||||
@@ -40,7 +41,7 @@ class SessionController extends GetxController {
|
||||
|
||||
void _goToLogin() {
|
||||
_deleteCredential();
|
||||
_clearAllCache();
|
||||
if (!kIsWeb) _clearAllCache();
|
||||
pushAndPop(AppRoutes.LOGIN);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user