TF-606 Implement refresh token when access token expired
This commit is contained in:
@@ -63,7 +63,7 @@ abstract class ReloadableController extends BaseController {
|
||||
|
||||
void _setUpInterceptors(GetCredentialViewState credentialViewState) {
|
||||
_dynamicUrlInterceptors.changeBaseUrl(credentialViewState.baseUrl.origin);
|
||||
_authorizationInterceptors.changeAuthorization(
|
||||
_authorizationInterceptors.setBasicAuthorization(
|
||||
credentialViewState.userName.userName,
|
||||
credentialViewState.password.value,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user