Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Apr 9, 2024
1 parent 55a5290 commit 87e7fab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/github-tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- main

permissions: # Explicitly define permissions
contents: write
env:
NODE_VERSION: 18.x

Expand Down
3 changes: 2 additions & 1 deletion src/app/users/login/login.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ export class LoginComponent implements OnInit, OnDestroy {

redirectOIDC(authURL: string) {
this.document.location.href = `${this.appConfig.lbBaseURL}/${authURL}`;
console.log("-hey");
console.log("-hey1");
console.log("-hey2");
}

openPrivacyDialog() {
Expand Down

0 comments on commit 87e7fab

Please sign in to comment.