Make it clearer to the user that they haven't overridden onLogin/Register (#7237)

This commit is contained in:
Andrew Morgan 2020-04-09 12:38:38 +01:00 committed by GitHub
parent 55d46da59a
commit 7f7f9968b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -113,5 +113,5 @@ matrixRegistration.signUp = function() {
matrixRegistration.onRegistered = function(hs_url, user_id, access_token) {
// clobber this function
console.log("onRegistered - This function should be replaced to proceed.");
console.warn("onRegistered - This function should be replaced to proceed.");
};