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;