mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Remove trailing space
This commit is contained in:
parent
b9be17360f
commit
ad607c1291
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue