mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-25 02:15:28 -05:00
Make it clearer to the user that they haven't overridden onLogin/Register (#7237)
This commit is contained in:
parent
55d46da59a
commit
7f7f9968b3
3 changed files with 3 additions and 3 deletions
|
|
@ -128,8 +128,7 @@ matrixLogin.password_login = function() {
|
|||
|
||||
matrixLogin.onLogin = function(response) {
|
||||
// clobber this function
|
||||
console.log("onLogin - This function should be replaced to proceed.");
|
||||
console.log(response);
|
||||
console.warn("onLogin - This function should be replaced to proceed.");
|
||||
};
|
||||
|
||||
var parseQsFromUrl = function(query) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue