Skip to content

Commit 443bd73

Browse files
removed console.log that showed access token
1 parent 0034097 commit 443bd73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/auth/auth.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export class AuthComponent implements OnInit {
6969
this.isLoading = true;
7070
this.authService.login(username, password).subscribe(
7171
(x: any) => {
72-
console.log(x);
7372
if (x.accessToken) {
7473
this.success();
7574
} else {

0 commit comments

Comments
 (0)