should not have changed this
This commit is contained in:
parent
c53ddb7723
commit
0b905e24ed
|
@ -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 }
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue