Merge branch '16941-inactive-remotes' refs #16941
[arvados-workbench2.git] / src / store / auth / auth-action-session.ts
index 10f17c02f221441e478d37372776417cc7d33eb1..ed2e18b2db39079705805501ed2cc4cc9bb18be6 100644 (file)
@@ -191,10 +191,11 @@ export const validateSessions = (useApiClient?: AxiosInstance) =>
                           places in Workbench2. */
                         await dispatch(validateSession(session, activeSession, useApiClient));
                     } catch (e) {
-                        dispatch(snackbarActions.OPEN_SNACKBAR({
-                            message: e.message,
-                            kind: SnackbarKind.ERROR
-                        }));
+                        // Don't do anything here.  User may get
+                        // spammed with multiple messages that are not
+                        // helpful.  They can see the individual
+                        // errors by going to site manager and trying
+                        // to toggle the session.
                     }
                 }
             }