// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Account menu - Log out button renders renders when auth type is MultiAuth: basicauth 1`] = `
Log out
`; exports[`Account menu - Log out button renders renders when auth type is MultiAuth: openid 1`] = `
Log out
`; exports[`Account menu - Log out button renders renders when auth type is MultiAuth: saml 1`] = `
Log out
`; exports[`Account menu - Log out button renders renders when auth type is OpenId 1`] = `
Log out
`; exports[`Account menu - Log out button renders renders when auth type is Proxy 1`] = `
`; exports[`Account menu - Log out button renders renders when auth type is SAML 1`] = `
Log out
`; exports[`Account menu - Log out button renders renders when auth type is not OpenId, SAML, or Proxy 1`] = `
Log out
`;