mirror of
https://github.com/bitwarden/server
synced 2025-12-16 16:23:31 +00:00
Enforce 2fa policy (#654)
This commit is contained in:
@@ -120,7 +120,7 @@ namespace Bit.Api.Controllers
|
||||
throw new UnauthorizedAccessException();
|
||||
}
|
||||
|
||||
var result = await _organizationService.AcceptUserAsync(new Guid(id), user, model.Token);
|
||||
var result = await _organizationService.AcceptUserAsync(new Guid(id), user, model.Token, _userService);
|
||||
}
|
||||
|
||||
[HttpPost("{id}/confirm")]
|
||||
|
||||
Reference in New Issue
Block a user