Skip to content

Commit

Permalink
Allow larger id_token in typeorm adapter
Browse files Browse the repository at this point in the history
Resolves #230
  • Loading branch information
thgh authored Dec 5, 2021
1 parent 3d94425 commit 63404fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typeorm-legacy/src/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class AccountEntity {
@Column({ type: "varchar", nullable: true })
scope!: string | null

@Column({ type: "varchar", nullable: true })
@Column({ type: "text", nullable: true })
id_token!: string | null

@Column({ type: "varchar", nullable: true })
Expand Down

0 comments on commit 63404fa

Please sign in to comment.