Skip to content

Commit 387de8b

Browse files
committed
add slash to login redirection
1 parent 1636d43 commit 387de8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)