Skip to content

Commit

Permalink
fix: fixed something (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan authored Apr 9, 2024
1 parent 13e59e4 commit 6cee477
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/users/login/login.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ export class LoginComponent implements OnInit, OnDestroy {
this.document.location.href = `${this.appConfig.lbBaseURL}/${authURL}`;
console.log("-hey1");
console.log("-hey2");
console.log("-hey3");
console.log("-hey4");
}

openPrivacyDialog() {
Expand Down

0 comments on commit 6cee477

Please sign in to comment.