X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/f56ac713283fd5e0ade864e49f5519c0f3e467d0..2c7ded941806dfa7da0d4e2255257a5e022efe8f:/src/store/auth/auth-action-session.ts?ds=sidebyside diff --git a/src/store/auth/auth-action-session.ts b/src/store/auth/auth-action-session.ts index 0f85e9ac..8fc17810 100644 --- a/src/store/auth/auth-action-session.ts +++ b/src/store/auth/auth-action-session.ts @@ -188,10 +188,11 @@ export const validateSessions = () => places in Workbench2. */ await dispatch(validateSession(session, activeSession)); } 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. } } }