diff --git a/frontend/src/plugins/remote/auth/index.ts b/frontend/src/plugins/remote/auth/index.ts index 4cb43a955c5..bee4e877563 100644 --- a/frontend/src/plugins/remote/auth/index.ts +++ b/frontend/src/plugins/remote/auth/index.ts @@ -216,6 +216,7 @@ class RemotePluginAuth { } useSnackbar(errorMessage, 'error'); + throw error; } } }