refactor: Redirect to orginal route after login, restructure project files
This commit is contained in:
parent
29d3c53b19
commit
704cc22858
6 changed files with 20 additions and 12 deletions
|
@ -1,5 +0,0 @@
|
|||
@if (isLoggedIn) {
|
||||
<button routerLink="/home">Zur Homepage</button>
|
||||
} @else {
|
||||
<button (click)="login()">Einloggen</button>
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue