Skip to content

Commit

Permalink
feat: update types to match node changes
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Aug 18, 2024
1 parent b450dfe commit d6b3642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/build/recipe/oauth2provider/types.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/ts/recipe/oauth2provider/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export type RecipeInterface = {
};

export type LoginInfo = {
clientId: string;
// The name of the client.
clientName: string;
// The URI of the client's terms of service.
Expand Down

0 comments on commit d6b3642

Please sign in to comment.