]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/types/register-client-option.model.ts
Fix home routing
[github/Chocobozzz/PeerTube.git] / client / src / types / register-client-option.model.ts
index 16c92134422107824555943800d0349d03a8463b..8802edc3299461fde42baf867a53f45786f16339 100644 (file)
@@ -21,6 +21,8 @@ export type RegisterClientHelpers = {
 
   isLoggedIn: () => boolean
 
+  getAuthHeader: () => { 'Authorization': string } | undefined
+
   getSettings: () => Promise<{ [ name: string ]: string }>
 
   getServerConfig: () => Promise<ServerConfig>