Skip to content

Commit 2f24db3

Browse files
committed
Move order of Cloud Login's Previous Username Admin param
1 parent da56559 commit 2f24db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloud.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ Cloud.prototype.logoutAlias = function (onSuccess, onError) {
338338
user.previous_username_admin,
339339
'', // password is irrelevant, but can't be null
340340
false, // ignored, will use the Admin's settings saved in the backend
341-
function (username, role, response, previous_username_admin) {
341+
function (username, role, previous_username_admin, response) {
342342
alert(
343343
response.message,
344344
function () {

0 commit comments

Comments
 (0)