fix(mobile): oauth login flow
This commit is contained in:
@@ -210,6 +210,9 @@ class LoginForm extends HookConsumerWidget {
|
|||||||
.getOAuthServerUrl(sanitizeUrl(serverEndpointController.text));
|
.getOAuthServerUrl(sanitizeUrl(serverEndpointController.text));
|
||||||
|
|
||||||
isLoading.value = true;
|
isLoading.value = true;
|
||||||
|
|
||||||
|
// Invalidate all api repository provider instance to take into account new access token
|
||||||
|
invalidateAllApiRepositoryProviders(ref);
|
||||||
} catch (error, stack) {
|
} catch (error, stack) {
|
||||||
log.severe('Error getting OAuth server Url: $error', stack);
|
log.severe('Error getting OAuth server Url: $error', stack);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user