Compare commits

...

1 Commits

Author SHA1 Message Date
Alex
7fd0b41f30 fix(mobile): oauth login flow 2025-03-27 10:41:39 -05:00

View File

@@ -210,6 +210,9 @@ class LoginForm extends HookConsumerWidget {
.getOAuthServerUrl(sanitizeUrl(serverEndpointController.text));
isLoading.value = true;
// Invalidate all api repository provider instance to take into account new access token
invalidateAllApiRepositoryProviders(ref);
} catch (error, stack) {
log.severe('Error getting OAuth server Url: $error', stack);