TF-571 Store account after authenticate user with basicAuth
This commit is contained in:
committed by
Dat H. Pham
parent
471465e1bc
commit
328ff2c4f0
@@ -18,7 +18,7 @@ class CredentialRepositoryImpl extends CredentialRepository {
|
||||
|
||||
@override
|
||||
Future saveBaseUrl(Uri baseUrl) async {
|
||||
await sharedPreferences.setString(LoginConstant.keyBaseUrl, baseUrl.origin);
|
||||
await sharedPreferences.setString(LoginConstant.keyBaseUrl, baseUrl.toString());
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user