Skip to content

Commit

Permalink
Add log
Browse files Browse the repository at this point in the history
  • Loading branch information
ninori9 committed Jan 6, 2025
1 parent c778ba0 commit 635e5a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/services/authentication.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export class AuthenticationService {
).pipe(
tap(response => {
this.accessToken = response.accessToken;
console.log("Login successful", this.accessToken);
this.router.navigate(['/']);
})
);
Expand Down

0 comments on commit 635e5a5

Please sign in to comment.