From ad607c1291c38df26e51c03113a49ca8112b32ec Mon Sep 17 00:00:00 2001 From: soohwa Date: Sun, 8 Oct 2017 18:15:11 +0900 Subject: Remove trailing space --- models/users.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models') diff --git a/models/users.js b/models/users.js index 6b835d41..3d4ff935 100644 --- a/models/users.js +++ b/models/users.js @@ -537,7 +537,7 @@ if (Meteor.isServer) { if (doc.createdThroughApi) { // The admin user should be able to create a user despite disabling registration because // it is two different things (registration and creation). - // So, when a new user is created via the api (only admin user can do that) one must avoid + // So, when a new user is created via the api (only admin user can do that) one must avoid // the disableRegistration check. // Issue : https://github.com/wekan/wekan/issues/1232 // PR : https://github.com/wekan/wekan/pull/1251 -- cgit v1.2.3-1-g7c22