mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Trim username while new user creation to eliminate unecessary error
This commit is contained in:
parent
f0b1a0bbce
commit
b385ac7ed3
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@
|
|||
}
|
||||
|
||||
c.params['domain'] = c.params['domain'].slice(1);
|
||||
|
||||
c.params['username']=c.params['username'].trim();
|
||||
c.api('POST', '/users', c.params.toHash(), function(data) {
|
||||
c.redirect_to('#/users');
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue