mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-17 03:23:56 +01:00
Use correct service url
This commit is contained in:
parent
87961d8dcf
commit
f73de2004e
1 changed files with 1 additions and 3 deletions
|
@ -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 a new issue