Syntax / indent

This commit is contained in:
Alexandre Aubin 2020-09-05 18:39:42 +02:00 committed by GitHub
parent 85e67e5fa1
commit 39f426c789
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -223,7 +223,7 @@
c.params['mailbox_quota'] += "M";
}
else {c.params['mailbox_quota'] = 0;}
c.params['domain']=c.params['domain'].slice(1);
c.params['domain'] = c.params['domain'].slice(1);
c.api('POST', '/users', c.params.toHash(), function(data) {
c.redirect_to('#/users');