mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 01:11:16 +03:00
feat: lock auth session (#18322)
This commit is contained in:
2
server/src/db.d.ts
vendored
2
server/src/db.d.ts
vendored
@@ -344,7 +344,7 @@ export interface Sessions {
|
||||
deviceType: Generated<string>;
|
||||
id: Generated<string>;
|
||||
parentId: string | null;
|
||||
expiredAt: Date | null;
|
||||
expiresAt: Date | null;
|
||||
token: string;
|
||||
updatedAt: Generated<Timestamp>;
|
||||
updateId: Generated<string>;
|
||||
|
||||
Reference in New Issue
Block a user