TF-1440 Fix user can not sign again after click back browser button in OIDC

(cherry picked from commit 27ff8d3a834306bf7f3711e0df85e7da126c7160)
This commit is contained in:
dab246
2023-03-24 12:01:43 +07:00
committed by Dat Vu
parent a794d8491e
commit a11415ce9c
4 changed files with 21 additions and 9 deletions
@@ -0,0 +1,5 @@
class LoginConstants {
static const String KEY_BASE_URL = 'KEY_BASE_URL';
static const String AUTH_DESTINATION_KEY = "auth_destination_url";
}