Skip to content

Commit cd8a2d7

Browse files
fix(auth): rename oauthRedirectUrl to oauthRedirectUri in ConnectTokenOptions
1 parent d00727f commit cd8a2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export type ConnectTokenOptions = {
44
/** A unique identifier of the user, usually used the UserId of your app */
55
clientUserId?: string
66
/** Url where the user will be redirected to after the oauth flow */
7-
oauthRedirectUrl?: string
7+
oauthRedirectUri?: string
88
/** Avoid duplicate items per user */
99
avoidDuplicates?: boolean
1010
}

0 commit comments

Comments
 (0)