2 Commits

Author SHA1 Message Date
Lala, Shahd e3b87a7a1a feat: new tourment and add bot 2026-05-31 21:28:40 +00:00
shahdlala66 bae4958776 style: new login window 2026-05-25 16:06:12 +02:00
3 changed files with 2 additions and 8 deletions
-6
View File
@@ -44,9 +44,3 @@
* build error ([51a363a](https://git.janis-eccarius.de/NowChess/NowChess-Frontend/commit/51a363a2432be111b804082df362975047dc8080)) * build error ([51a363a](https://git.janis-eccarius.de/NowChess/NowChess-Frontend/commit/51a363a2432be111b804082df362975047dc8080))
* NCWF-2 bugs and desing fixes ([#7](https://git.janis-eccarius.de/NowChess/NowChess-Frontend/issues/7)) ([c02414e](https://git.janis-eccarius.de/NowChess/NowChess-Frontend/commit/c02414ea40177b05a5e62dcf68dcb44efa6d3740)) * NCWF-2 bugs and desing fixes ([#7](https://git.janis-eccarius.de/NowChess/NowChess-Frontend/issues/7)) ([c02414e](https://git.janis-eccarius.de/NowChess/NowChess-Frontend/commit/c02414ea40177b05a5e62dcf68dcb44efa6d3740))
## [0.0.0](https://git.janis-eccarius.de/NowChess/NowChess-Frontend/compare/0.2.4...0.0.0) (2026-06-01)
## [0.0.0](https://git.janis-eccarius.de/NowChess/NowChess-Frontend/compare/0.2.5...0.0.0) (2026-06-02)
### Bug Fixes
* NCWF-4 Token Issues ([#8](https://git.janis-eccarius.de/NowChess/NowChess-Frontend/issues/8)) ([95eff42](https://git.janis-eccarius.de/NowChess/NowChess-Frontend/commit/95eff42dfe6d9c23ede08c7297614369a1b00d9f))
+1 -1
View File
@@ -26,7 +26,7 @@ export class AuthService {
}) })
.pipe( .pipe(
tap((response) => { tap((response) => {
localStorage.setItem('token', response.accessToken); //GRRRRRRRRRR localStorage.setItem('token', response.accessToken);
localStorage.setItem('refreshToken', response.refreshToken); localStorage.setItem('refreshToken', response.refreshToken);
localStorage.setItem('username', username); localStorage.setItem('username', username);
this.getCurrentUser().subscribe(); this.getCurrentUser().subscribe();
+1 -1
View File
@@ -1,3 +1,3 @@
MAJOR=0 MAJOR=0
MINOR=2 MINOR=2
PATCH=6 PATCH=4