Skip to content

Commit

Permalink
fix: test fix hello-1 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Apr 15, 2024
1 parent 028cfcf commit 4f2d979
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,10 +79,12 @@ export class LoginComponent implements OnInit, OnDestroy {
this.document.location.href = `${this.appConfig.lbBaseURL}/${authURL}`;



console.log("-Breaking change123");
console.log("-Breaking 1");
console.log("-Breaking 2");


}

openPrivacyDialog() {
Expand Down

0 comments on commit 4f2d979

Please sign in to comment.