mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
async fix
This commit is contained in:
parent
295d6510a9
commit
12af24e5f8
@ -29,7 +29,7 @@ namespace Bit.Core.Identity
|
||||
{
|
||||
if(!user.Premium)
|
||||
{
|
||||
return Task.FromResult<string>(null);
|
||||
return null;
|
||||
}
|
||||
|
||||
var provider = user.GetTwoFactorProvider(TwoFactorProviderType.Duo);
|
||||
|
Loading…
Reference in New Issue
Block a user