2
0
Shun Miyazawa 5 жил өмнө
parent
commit
0e73cb82cd

+ 1 - 1
src/server/models/user.js

@@ -593,7 +593,7 @@ module.exports = function(crowi) {
         }
       });
 
-    return { existingEmailList, createdUserList, failedToCreateUserEmailList };
+    return { createdUserList, existingEmailList, failedToCreateUserEmailList };
   };
 
   userSchema.statics.createUserByEmailAndPasswordAndStatus = async function(name, username, email, password, lang, status, callback) {