feat: Basic white labeled version
This commit is contained in:
3
src/app.d.ts
vendored
3
src/app.d.ts
vendored
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user