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