summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoohwa <none@none.none>2017-10-08 18:15:11 +0900
committersoohwa <none@none.none>2017-10-08 18:15:11 +0900
commitad607c1291c38df26e51c03113a49ca8112b32ec (patch)
tree6c87feec625e43b4592c9967cbe64ec9fa711db3
parentb9be17360f5fc7799cc720d40e2e52ee07d3cd38 (diff)
downloadwekan-ad607c1291c38df26e51c03113a49ca8112b32ec.tar.gz
wekan-ad607c1291c38df26e51c03113a49ca8112b32ec.tar.bz2
wekan-ad607c1291c38df26e51c03113a49ca8112b32ec.zip
Remove trailing space
-rw-r--r--models/users.js2
1 files changed, 1 insertions, 1 deletions
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