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;
|
||||
}
|
||||
|
||||
getCasURL(function(url) {
|
||||
submitCas(ticket, url);
|
||||
});
|
||||
submitCas(ticket, location.origin);
|
||||
|
||||
return true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user