Skip to content

Commit

Permalink
Move order of Cloud Login's Previous Username Admin param
Browse files Browse the repository at this point in the history
  • Loading branch information
ochan1 committed Jul 1, 2021
1 parent da56559 commit 2f24db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ Cloud.prototype.logoutAlias = function (onSuccess, onError) {
user.previous_username_admin,
'', // password is irrelevant, but can't be null
false, // ignored, will use the Admin's settings saved in the backend
function (username, role, response, previous_username_admin) {
function (username, role, previous_username_admin, response) {
alert(
response.message,
function () {
Expand Down

0 comments on commit 2f24db3

Please sign in to comment.