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