yunohost-portal/composables/states.ts

1 line
80 B
TypeScript

export const useIsLoggedIn = () => useState<boolean>('isLoggedIn', () => false)