From f08e5975fd58336a3e1cf6a0b1c035d77acb2517 Mon Sep 17 00:00:00 2001 From: Wietse Wind Date: Mon, 28 Nov 2022 00:31:00 +0100 Subject: [PATCH] Partial Partial --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index bec5c38..91ed022 100644 --- a/src/index.ts +++ b/src/index.ts @@ -474,7 +474,7 @@ const thread = (_XummPkce?: XummPkceThread): XummPkceThread => { export class XummPkce { constructor( xummApiKey: string, - optionsOrRedirectUrl?: string | XummPkceOptions + optionsOrRedirectUrl?: string | Partial ) { if (typeof window === "undefined" || typeof document === "undefined") { return;