Skip to content
Snippets Groups Projects
Commit 1f808c82 authored by Marcel Nellesen's avatar Marcel Nellesen
Browse files

Fix: Fixed path to STS (coscine/issues#725)

parent d07a32e3
Branches Hotfix/725-authenticationFix
Tags
1 merge request!20Fix: Fixed path to STS
......@@ -144,7 +144,7 @@ function getReturnUrlParam() {
function getReturnUrl(method: string) {
const returnUrl = encodeURI(
'/coscine/api/Coscine.STS/' + method + '/login?returnUrl=' + getReturnUrlParam(),
'/coscine/api/Coscine.Api.STS/' + method + '/login?returnUrl=' + getReturnUrlParam(),
);
return returnUrl;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment