TF-2387 Handle sign in SAAS platform
This commit is contained in:
@@ -8,4 +8,8 @@ class OIDCConstant {
|
||||
static const authResponseKey = "auth_info";
|
||||
|
||||
static String get clientId => PlatformInfo.isWeb ? AppConfig.webOidcClientId : mobileOidcClientId;
|
||||
|
||||
static String get saasClientId => PlatformInfo.isMobile
|
||||
? mobileOidcClientId
|
||||
: '';
|
||||
}
|
||||
@@ -44,4 +44,8 @@ class CanNotFoundPassword implements Exception {}
|
||||
|
||||
class CanNotAuthenticationInfoOnWeb implements Exception {}
|
||||
|
||||
class NotFoundAuthenticationInfoCache implements Exception {}
|
||||
class NotFoundAuthenticationInfoCache implements Exception {}
|
||||
|
||||
class CanNotFoundSaasServerUrl implements Exception {}
|
||||
|
||||
class SaasServerUriIsNull implements Exception {}
|
||||
@@ -9,6 +9,7 @@ import 'package:tmail_ui_user/features/base/widget/recent_item_tile_widget.dart'
|
||||
import 'package:tmail_ui_user/features/login/domain/model/recent_login_url.dart';
|
||||
import 'package:tmail_ui_user/features/login/presentation/base_login_view.dart';
|
||||
import 'package:tmail_ui_user/features/login/presentation/login_form_type.dart';
|
||||
import 'package:tmail_ui_user/features/login/presentation/privacy_link_widget.dart';
|
||||
import 'package:tmail_ui_user/features/login/presentation/widgets/dns_lookup_input_form.dart';
|
||||
import 'package:tmail_ui_user/features/login/presentation/widgets/horizontal_progress_loading_button.dart';
|
||||
import 'package:tmail_ui_user/features/login/presentation/widgets/login_back_button.dart';
|
||||
|
||||
Reference in New Issue
Block a user