mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-23 11:45:38 +01:00
remove any spaces from authenticator code
This commit is contained in:
parent
2c05b3b89f
commit
8f99d80ac1
@ -136,7 +136,7 @@ namespace Bit.App.Pages
|
||||
|
||||
var request = new TokenTwoFactorRequest
|
||||
{
|
||||
Code = CodeCell.Entry.Text,
|
||||
Code = CodeCell.Entry.Text.Replace(" ", ""),
|
||||
Provider = "Authenticator",
|
||||
Device = new DeviceRequest(_appIdService, _deviceInfoService)
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user