mirror of
https://github.com/bitwarden/mobile
synced 2025-12-20 02:03:49 +00:00
PM-6468 Implemented copy TOTP if needed after using a Fido2 credential. Also added the Fido2MediatorService to have one point to interact with the authentication and also to add any new logic we need. (#3082)
This commit is contained in:
committed by
GitHub
parent
faa515b415
commit
970d3c2621
@@ -206,7 +206,8 @@ namespace Bit.Core.Services
|
||||
Id = CoreHelpers.Base64UrlEncode(getAssertionResult.SelectedCredential.Id),
|
||||
RawId = getAssertionResult.SelectedCredential.Id,
|
||||
Signature = getAssertionResult.Signature,
|
||||
UserHandle = getAssertionResult.SelectedCredential.UserHandle
|
||||
UserHandle = getAssertionResult.SelectedCredential.UserHandle,
|
||||
Cipher = getAssertionResult.SelectedCredential.Cipher
|
||||
};
|
||||
}
|
||||
catch (InvalidStateError)
|
||||
|
||||
Reference in New Issue
Block a user