File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
frontend/src/app/components/user 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 =Nekowa10
13
+ spring.datasource.password =password
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 =Nekowa10
13
+ spring.datasource.password =password
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 @@ -28,7 +28,7 @@ export class UserProfile {
28
28
) ;
29
29
}
30
30
useroService . getVideogames ( this . user ) . subscribe (
31
- ( videogame : Videogame [ ] ) => videogame = videogame ,
31
+ ( videogame ) => this . videogame = videogame as Videogame [ ] ,
32
32
( error : any ) => console . error ( error )
33
33
) ;
34
34
}
You can’t perform that action at this time.
0 commit comments