mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Use correct service url
This commit is contained in:
parent
87961d8dcf
commit
f73de2004e
@ -161,9 +161,7 @@ var try_cas = function() {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
getCasURL(function(url) {
|
submitCas(ticket, location.origin);
|
||||||
submitCas(ticket, url);
|
|
||||||
});
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user