mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 23:52:50 -05:00
async fix
This commit is contained in:
@ -29,7 +29,7 @@ namespace Bit.Core.Identity
|
||||
{
|
||||
if(!user.Premium)
|
||||
{
|
||||
return Task.FromResult<string>(null);
|
||||
return null;
|
||||
}
|
||||
|
||||
var provider = user.GetTwoFactorProvider(TwoFactorProviderType.Duo);
|
||||
|
Reference in New Issue
Block a user