Searched refs:hasSessionSecret (Results 1 – 3 of 3) sorted by relevance
13 import hasSessionSecret from '../../utils/hasSessionSecret';43 isAuthenticated: hasSessionSecret(data.session),
1 export default function hasSessionSecret(session: { sessionSecret: string | null }): boolean { function
19 import hasSessionSecret from '../../utils/hasSessionSecret';36 const sessionSecretExists = hasSessionSecret(data.session);