should not have changed this

This commit is contained in:
Sam 2017-11-10 09:12:42 +11:00
parent c53ddb7723
commit 0b905e24ed
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ User.reopenClass(Singleton, {
},
checkUsername(username, email, for_user_id) {
return ajax(userPath('check_username') + ".json", {
return ajax(userPath('check_username'), {
data: { username, email, for_user_id }
});
},