test apps api

This commit is contained in:
2025-12-23 23:14:51 +01:00
parent 16cd572c63
commit efcdbd17f2
71 changed files with 3924 additions and 913 deletions

View File

@@ -133,7 +133,7 @@ export class AuthService {
this.commandResultPresenter.reset();
const result = await this.logoutUseCase.execute({});
const result = await this.logoutUseCase.execute();
if (result.isErr()) {
const error = result.unwrapErr() as LogoutApplicationError;