1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 15:53:44 +00:00

fix for sso login when bio unlock already enabled (#1086)

This commit is contained in:
Matt Portune
2020-09-23 09:02:20 -04:00
committed by GitHub
parent 74b34661a5
commit 2ddf624f7d
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ namespace Bit.Core.Services
// If we have a lock option set, we do not store the key
return;
}
await _secureStorageService.SaveAsync(Keys_Key, key.KeyB64);
await _secureStorageService.SaveAsync(Keys_Key, key?.KeyB64);
}
public async Task SetKeyHashAsync(string keyHash)