1
0
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:
Kyle Spearrin
2017-06-27 16:45:12 -04:00
parent 37428c01dd
commit 2f0ca6f7c0
4 changed files with 28 additions and 28 deletions

View File

@@ -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
{