mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
PM-4877: Only allow replacing passkeys for the same userhandle (#9804)
* Initial draft * small cleanup * show vaul items without passkeys * Refactored a bit * tests run for me? * Fixed platform test * null and undefined * lint
This commit is contained in:
@@ -12,6 +12,11 @@ export interface NewCredentialParams {
|
||||
*/
|
||||
userName: string;
|
||||
|
||||
/**
|
||||
* The userhandle (userid) of the user.
|
||||
*/
|
||||
userHandle: string;
|
||||
|
||||
/**
|
||||
* Whether or not the user must be verified before completing the operation.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user