mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore: remove userEmail to email
This commit is contained in:
@@ -15,7 +15,7 @@ export class OAuthLinkTokenTable {
|
||||
oauthSid!: string | null;
|
||||
|
||||
@Column()
|
||||
userEmail!: string;
|
||||
email!: string;
|
||||
|
||||
@Column({ type: 'timestamp with time zone' })
|
||||
expiresAt!: Timestamp;
|
||||
|
||||
Reference in New Issue
Block a user