Files
workavia-mail-front/lib/features/login/domain/model/login_constants.dart
T
dab246 a11415ce9c TF-1440 Fix user can not sign again after click back browser button in OIDC
(cherry picked from commit 27ff8d3a834306bf7f3711e0df85e7da126c7160)
2023-03-24 19:40:48 +07:00

5 lines
147 B
Dart

class LoginConstants {
static const String KEY_BASE_URL = 'KEY_BASE_URL';
static const String AUTH_DESTINATION_KEY = "auth_destination_url";
}