mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-29 00:16:13 -05:00
Fix SSO fallback login
Well, it worked, but forgot to remove the thing saying login was unavailable.
This commit is contained in:
parent
dd2e5b0038
commit
642fad8bd4
@ -62,7 +62,7 @@ var show_login = function() {
|
|||||||
$("#sso_flow").show();
|
$("#sso_flow").show();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!matrixLogin.serverAcceptsPassword && !matrixLogin.serverAcceptsCas) {
|
if (!matrixLogin.serverAcceptsPassword && !matrixLogin.serverAcceptsCas && !matrixLogin.serverAcceptsSso) {
|
||||||
$("#no_login_types").show();
|
$("#no_login_types").show();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user