mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
Remove user creation todo
Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
386cf469fd
commit
18116f4e64
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ export class AuthController {
|
|||
registerDto.username,
|
||||
registerDto.displayName,
|
||||
);
|
||||
// ToDo: Figure out how to rollback user if anything with this calls goes wrong
|
||||
await this.identityService.createLocalIdentity(user, registerDto.password);
|
||||
request.session.username = registerDto.username;
|
||||
request.session.authProvider = 'local';
|
||||
|
|
Loading…
Reference in a new issue