mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-12 16:48:14 -05:00
Revert redundant changes to static js
This commit is contained in:
parent
a4daa899ec
commit
0ade403f55
1 changed files with 2 additions and 4 deletions
|
|
@ -56,7 +56,6 @@ var show_login = function() {
|
|||
}
|
||||
|
||||
if (matrixLogin.serverAcceptsSso) {
|
||||
$("#sso_form").attr("action", "/_matrix/client/r0/login/sso/redirect");
|
||||
$("#sso_flow").show();
|
||||
} else if (matrixLogin.serverAcceptsCas) {
|
||||
$("#sso_form").attr("action", "/_matrix/client/r0/login/cas/redirect");
|
||||
|
|
@ -122,7 +121,6 @@ matrixLogin.onLogin = function(response) {
|
|||
// clobber this function
|
||||
console.log("onLogin - This function should be replaced to proceed.");
|
||||
console.log(response);
|
||||
alert("Login successful!");
|
||||
};
|
||||
|
||||
var parseQsFromUrl = function(query) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue