Skip to content

Commit

Permalink
fix: offline scope
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed Sep 12, 2024
1 parent bfb356f commit a82c634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export enum Scopes {
email = "email",
profile = "profile",
openid = "openid",
offline_access = "offline_access",
offline_access = "offline",
}

export type LoginMethodParams = Pick<
Expand Down

0 comments on commit a82c634

Please sign in to comment.