From 9c5adf6e12ca5487c9960da660d2b2ef26766f77 Mon Sep 17 00:00:00 2001 From: Jay Quan Date: Mon, 15 Apr 2024 13:05:07 +0200 Subject: [PATCH] feat: Test feat (#34) * fix: commit1 * fix: commit2 --- src/app/users/login/login.component.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/users/login/login.component.ts b/src/app/users/login/login.component.ts index 631536f..0492a2b 100644 --- a/src/app/users/login/login.component.ts +++ b/src/app/users/login/login.component.ts @@ -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() {