Home
last modified time | relevance | path

Searched refs:hasSessionSecret (Results 1 – 3 of 3) sorted by relevance

/expo/home/screens/HomeScreen/
H A Dindex.tsx13 import hasSessionSecret from '../../utils/hasSessionSecret';
43 isAuthenticated: hasSessionSecret(data.session),
/expo/home/utils/
H A DhasSessionSecret.ts1 export default function hasSessionSecret(session: { sessionSecret: string | null }): boolean { function
/expo/home/screens/AccountModal/
H A DLoggedOutAccountView.tsx19 import hasSessionSecret from '../../utils/hasSessionSecret';
36 const sessionSecretExists = hasSessionSecret(data.session);