mirror of
https://github.com/immich-app/immich.git
synced 2026-02-13 12:27:56 +03:00
fix(server): add missing history metadata to getAuthStatus endpoint (#25927)
* fix(server): add missing history metadata to getAuthStatus endpoint * chore: regenerate openapi specs
This commit is contained in:
@@ -112,6 +112,7 @@ export class AuthController {
|
||||
summary: 'Retrieve auth status',
|
||||
description:
|
||||
'Get information about the current session, including whether the user has a password, and if the session can access locked assets.',
|
||||
history: new HistoryBuilder().added('v1').beta('v1').stable('v2'),
|
||||
})
|
||||
getAuthStatus(@Auth() auth: AuthDto): Promise<AuthStatusResponseDto> {
|
||||
return this.service.getAuthStatus(auth);
|
||||
|
||||
Reference in New Issue
Block a user