]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/types/register-client-option.model.ts
Added pointer to the .env file
[github/Chocobozzz/PeerTube.git] / client / src / types / register-client-option.model.ts
index 243d74dea7257a85d6a41211ba2d5277c7cc0bb1..638b086532f2d614a7608fc4b3bba0d7ee556252 100644 (file)
@@ -9,6 +9,8 @@ export type RegisterClientOptions = {
 export type RegisterClientHelpers = {
   getBaseStaticRoute: () => string
 
+  isLoggedIn: () => boolean
+
   getSettings: () => Promise<{ [ name: string ]: string }>
 
   translate: (toTranslate: string) => Promise<string>