File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
frontend/src/app/components/navBar Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ spring.mustache.suffix=.html
10
10
11
11
spring.datasource.url =jdbc:postgresql://localhost:5432/gamelink
12
12
spring.datasource.username =postgres
13
- spring.datasource.password =password
13
+ spring.datasource.password =Nekowa10
14
14
spring.jpa.hibernate.ddl-auto =create-drop
15
15
16
16
logging.level.org.springframework.security =DEBUG
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ spring.mustache.suffix=.html
10
10
11
11
spring.datasource.url =jdbc:postgresql://localhost:5432/gamelink
12
12
spring.datasource.username =postgres
13
- spring.datasource.password =password
13
+ spring.datasource.password =Nekowa10
14
14
spring.jpa.hibernate.ddl-auto =create-drop
15
15
16
16
logging.level.org.springframework.security =DEBUG
Original file line number Diff line number Diff line change 11
11
< li class ="nav-item "> < a class ="nav-link " [routerLink] ="['/about'] "> About</ a > </ li >
12
12
< li *ngIf ="! loginService.isLogged() " class ="nav-item "> < a class ="nav-link " [routerLink] ="['/login'] "> Iniciar sesión</ a > </ li >
13
13
< li *ngIf ="! loginService.isLogged() " class ="nav-item "> < a class ="nav-link " [routerLink] ="['/signUp'] "> Registrarse</ a > </ li >
14
- < li *ngIf ="loginService.isLogged() " class ="nav-item "> < a class ="nav-link " [routerLink] ="['/userProfile'] "> Perfil</ a > </ li >
14
+ < li *ngIf ="loginService.isLogged() " class ="nav-item "> < a class ="nav-link " [routerLink] ="['/userProfile/{{loginService.currentUser().id}} '] "> Perfil</ a > </ li >
15
15
< li *ngIf ="loginService.isAdmin() && loginService.isLogged() " class ="nav-item "> < a class ="nav-link " [routerLink] ="['/admin'] "> Administrador</ a > </ li >
16
16
</ ul >
17
17
</ div >
You can’t perform that action at this time.
0 commit comments