Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rename
  • Loading branch information
balazsorban44 committed Apr 26, 2023
commit 698fe7c4f0af80ac70dec574fb162e7aa650c99e
2 changes: 1 addition & 1 deletion packages/core/src/lib/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function defaultProfile(profile: any): User {
* @see https://openid.net/specs/openid-connect-core-1_0.html#TokenResponse
* @see https://authjs.dev/reference/adapters#account
*
* @todo Return `refresh_token` and `access_token_expires_at` as well when built-in
* @todo Return `refresh_token` and `expires_at` as well when built-in
* refresh token support is added. (Can make it opt-in first with a flag).
*/
function defaultAccount(account: Account): Account {
Expand Down