mirror of
https://github.com/bitwarden/mobile
synced 2026-01-08 11:33:31 +00:00
user specific remember two factor
This commit is contained in:
@@ -48,7 +48,7 @@ namespace Bit.App.Repositories
|
||||
var errorResponse = JObject.Parse(responseContent);
|
||||
if(errorResponse["TwoFactorProviders2"] != null)
|
||||
{
|
||||
TokenService.TwoFactorToken = null;
|
||||
TokenService.SetTwoFactorToken(requestObj.Email, null);
|
||||
|
||||
return ApiResult<TokenResponse>.Success(new TokenResponse
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user