mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 21:33:36 +00:00
Fix for missing token when checking for key connector migration (#1861)
This commit is contained in:
@@ -209,6 +209,10 @@ namespace Bit.Core.Services
|
||||
{
|
||||
await GetTokenAsync();
|
||||
}
|
||||
if (_accessTokenForDecoding == null)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
var decoded = DecodeToken();
|
||||
if (decoded?["amr"] == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user