We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1636d43 commit 387de8bCopy full SHA for 387de8b
src/app/modules/login/login.component.ts
@@ -68,7 +68,7 @@ export class LoginComponent implements OnInit {
68
}
69
70
loginAuth() {
71
- window.location.href = `${this.authUrl}authn/login/${this.authAppName}`;
+ window.location.href = `${this.authUrl}/authn/login/${this.authAppName}`;
72
73
74
0 commit comments