Skip to content

Commit

Permalink
Partial Partial<XummPkceOptions>
Browse files Browse the repository at this point in the history
  • Loading branch information
WietseWind committed Nov 27, 2022
1 parent 00adb2f commit f08e597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ const thread = (_XummPkce?: XummPkceThread): XummPkceThread => {
export class XummPkce {
constructor(
xummApiKey: string,
optionsOrRedirectUrl?: string | XummPkceOptions
optionsOrRedirectUrl?: string | Partial<XummPkceOptions>
) {
if (typeof window === "undefined" || typeof document === "undefined") {
return;
Expand Down

0 comments on commit f08e597

Please sign in to comment.