Support build-time specified protocol scheme for oidc callback (#2285)
This commit is contained in:
committed by
GitHub
parent
468d2249d1
commit
ec4c610158
4
src/@types/global.d.ts
vendored
4
src/@types/global.d.ts
vendored
@@ -13,11 +13,13 @@ import { type AppLocalization } from "../language-helper.js";
|
||||
// global type extensions need to use var for whatever reason
|
||||
/* eslint-disable no-var */
|
||||
declare global {
|
||||
type IConfigOptions = Record<string, any>;
|
||||
|
||||
var mainWindow: BrowserWindow | null;
|
||||
var appQuitting: boolean;
|
||||
var appLocalization: AppLocalization;
|
||||
var launcher: AutoLaunch;
|
||||
var vectorConfig: Record<string, any>;
|
||||
var vectorConfig: IConfigOptions;
|
||||
var trayConfig: {
|
||||
// eslint-disable-next-line camelcase
|
||||
icon_path: string;
|
||||
|
||||
Reference in New Issue
Block a user