mirror of
https://github.com/bitwarden/mobile
synced 2026-01-08 03:23:23 +00:00
Crash fixes (#1869)
* Crash fixes * added HasAutofillService to DeviceActionService
This commit is contained in:
@@ -208,10 +208,10 @@ namespace Bit.Core.Services
|
||||
if (_accessTokenForDecoding == null)
|
||||
{
|
||||
await GetTokenAsync();
|
||||
}
|
||||
if (_accessTokenForDecoding == null)
|
||||
{
|
||||
return false;
|
||||
if (_accessTokenForDecoding == null)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
var decoded = DecodeToken();
|
||||
if (decoded?["amr"] == null)
|
||||
|
||||
Reference in New Issue
Block a user