Skip to content

Commit

Permalink
feat: Test feat (#34)
Browse files Browse the repository at this point in the history
* fix: commit1

* fix: commit2
  • Loading branch information
Junjiequan authored Apr 15, 2024
1 parent 5d8c419 commit 9c5adf6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/users/login/login.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@ export class LoginComponent implements OnInit, OnDestroy {
redirectOIDC(authURL: string) {
this.document.location.href = `${this.appConfig.lbBaseURL}/${authURL}`;

console.log("-Breaking change1234");

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

}

openPrivacyDialog() {
Expand Down

0 comments on commit 9c5adf6

Please sign in to comment.