mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
feat: manage link token via cookie instead
This commit is contained in:
@@ -11,6 +11,9 @@ export class OAuthLinkTokenTable {
|
||||
@Column()
|
||||
oauthSub!: string;
|
||||
|
||||
@Column({ nullable: true })
|
||||
oauthSid!: string | null;
|
||||
|
||||
@Column()
|
||||
userEmail!: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user