feat: Basic white labeled version

This commit is contained in:
Andras Bacsai
2022-04-06 22:01:41 +02:00
parent f3cdda29bc
commit 3e8a8364dc
4 changed files with 17 additions and 6 deletions

3
src/app.d.ts vendored
View File

@@ -19,14 +19,13 @@ declare namespace App {
}
interface SessionData {
whiteLabeled: boolean;
version?: string;
userId?: string | null;
teamId?: string | null;
permission?: string;
isAdmin?: boolean;
expires?: string | null;
gitlabToken?: string | null;
ghToken?: string | null;
}
type DateTimeFormatOptions = {