mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-18 04:59:31 +00:00
fix: ghToken in session now
This commit is contained in:
1
src/app.d.ts
vendored
1
src/app.d.ts
vendored
@@ -18,6 +18,7 @@ interface SessionData {
|
||||
isAdmin?: boolean;
|
||||
expires?: string | null;
|
||||
gitlabToken?: string | null;
|
||||
ghToken?: string | null;
|
||||
}
|
||||
|
||||
type DateTimeFormatOptions = {
|
||||
|
||||
Reference in New Issue
Block a user