mirror of
https://github.com/immich-app/immich.git
synced 2025-12-19 17:23:21 +03:00
@@ -421,7 +421,7 @@ export class AuthService {
|
||||
await this.sessionRepository.update({ id: session.id, updatedAt: new Date() });
|
||||
}
|
||||
|
||||
return { user: session.user, session: session };
|
||||
return { user: session.user, session };
|
||||
}
|
||||
|
||||
throw new UnauthorizedException('Invalid user token');
|
||||
|
||||
Reference in New Issue
Block a user