We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da56559 commit 9d8ceebCopy full SHA for 9d8ceeb
src/cloud.js
@@ -338,7 +338,7 @@ Cloud.prototype.logoutAlias = function (onSuccess, onError) {
338
user.previous_username_admin,
339
'', // password is irrelevant, but can't be null
340
false, // ignored, will use the Admin's settings saved in the backend
341
- function (username, role, response, previous_username_admin) {
+ function (username, role, previous_username_admin, response) {
342
alert(
343
response.message,
344
function () {
0 commit comments