yunohost-portal/composables/states.ts
2023-07-14 22:15:32 +02:00

2 lines
178 B
TypeScript

export const useApiEndpoint = () => "https://" + window.location.hostname + '/yunohost/portalapi'
export const useIsLoggedIn = () => useState<boolean>('isLoggedIn', () => false)