mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-02 16:09:59 -04:00
docs: fix createUser and test docs
this ports the fixes applied to createGroup to this method as well Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
0470497ccb
commit
c9be26235c
2 changed files with 3 additions and 2 deletions
|
@ -26,7 +26,7 @@ export class UsersService {
|
|||
* @async
|
||||
* Create a new user with a given username and displayName
|
||||
* @param username - the username the new user shall have
|
||||
* @param displayName - the display the new user shall have
|
||||
* @param displayName - the display name the new user shall have
|
||||
* @return {User} the user
|
||||
* @throws {AlreadyInDBError} the username is already taken.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue