*: cleanup vendor

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2022-05-28 21:26:33 +02:00
parent 18b48684eb
commit fb69f67f47
9 changed files with 9 additions and 13 deletions

View File

@ -20,7 +20,7 @@ export const DEFAULT_HEADERS = {
"Content-Type": "application/json",
"X-Plex-Product": "authentik",
"X-Plex-Version": VERSION,
"X-Plex-Device-Vendor": "BeryJu.org",
"X-Plex-Device-Vendor": "goauthentik.io",
};
export function popupCenterScreen(url: string, title: string, w: number, h: number): Window | null {