We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a36527 commit 60d3cfcCopy full SHA for 60d3cfc
src/app/login/login.component.ts
@@ -30,7 +30,7 @@ export class LoginComponent implements OnInit {
30
ngOnInit() {
31
32
// dump config data
33
- // console.log(this.route.snapshot.data.configs);
+ console.log(this.route.snapshot.data.configs);
34
35
// logout current user
36
this.authService.logout();
0 commit comments