mirror of
https://github.com/immich-app/immich.git
synced 2025-12-19 17:23:21 +03:00
refactor: more database types (#17490)
This commit is contained in:
@@ -338,7 +338,9 @@ export class AuthService extends BaseService {
|
||||
|
||||
return {
|
||||
user: session.user,
|
||||
session,
|
||||
session: {
|
||||
id: session.id,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user