feat : bump 1.0.0 => 1.1.0

This commit is contained in:
styve Lioumba
2025-12-03 16:43:45 +01:00
parent 45b4dd1dad
commit 735afc1d4a
8 changed files with 143 additions and 80 deletions

View File

@@ -85,6 +85,7 @@ export class AuthFacade {
logout() {
this.logoutUseCase.execute();
this.isAuthenticated.set(false);
this.getCurrentUser();
}