Skip to content

Commit 4f51335

Browse files
committed
fix url for auth app
1 parent e691a5d commit 4f51335

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.dev.env

1 Byte
Binary file not shown.

src/app/modules/login/login.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class LoginComponent implements OnInit {
6868
}
6969

7070
loginAuth() {
71-
window.location.href = `${this.authUrl}/authn/login/${this.authAppName}`;
71+
window.location.href = `${this.authUrl}authn/login/${this.authAppName}`;
7272
}
7373

7474
}

0 commit comments

Comments
 (0)