Skip to content

Commit

Permalink
fix(auth): rename oauthRedirectUrl to oauthRedirectUri in ConnectToke…
Browse files Browse the repository at this point in the history
…nOptions
  • Loading branch information
NicolasMontone committed Dec 16, 2024
1 parent d00727f commit cd8a2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export type ConnectTokenOptions = {
/** A unique identifier of the user, usually used the UserId of your app */
clientUserId?: string
/** Url where the user will be redirected to after the oauth flow */
oauthRedirectUrl?: string
oauthRedirectUri?: string
/** Avoid duplicate items per user */
avoidDuplicates?: boolean
}

0 comments on commit cd8a2d7

Please sign in to comment.