We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6341962 commit cc393b2Copy full SHA for cc393b2
mobile/lib/widgets/forms/login/login_form.dart
@@ -210,6 +210,9 @@ class LoginForm extends HookConsumerWidget {
210
.getOAuthServerUrl(sanitizeUrl(serverEndpointController.text));
211
212
isLoading.value = true;
213
+
214
+ // Invalidate all api repository provider instance to take into account new access token
215
+ invalidateAllApiRepositoryProviders(ref);
216
} catch (error, stack) {
217
log.severe('Error getting OAuth server Url: $error', stack);
218
0 commit comments