Skip to content

Commit 60d3cfc

Browse files
routing module
1 parent 3a36527 commit 60d3cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/login/login.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class LoginComponent implements OnInit {
3030
ngOnInit() {
3131

3232
// dump config data
33-
// console.log(this.route.snapshot.data.configs);
33+
console.log(this.route.snapshot.data.configs);
3434

3535
// logout current user
3636
this.authService.logout();

0 commit comments

Comments
 (0)