Revize b5525aef
Přidáno uživatelem Jakub Hlaváč před více než 3 roky(ů)
src/app/auth/services/auth.service.ts | ||
---|---|---|
84 | 84 |
localStorage.setItem(GlobalVariable.RIGHTS, userCookie.rightsID.toString()); |
85 | 85 |
this.cookieService.set('user', username); |
86 | 86 |
} |
87 |
|
|
88 |
redirectToDashboard() { |
|
89 |
this.router.navigate(['/dashboard']); |
|
90 |
} |
|
87 | 91 |
} |
Také k dispozici: Unified diff
Re #8850 - Ověření funkčnosti - implementované enpointy
+ new use case add position to unit+ adding sensor type enum from backend endpoint
+ some form validation :)
- removing all endpoints from /senslog1