mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
[EC-598] feat: show user name as sub title
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export interface NewCredentialParams {
|
||||
name: string;
|
||||
credentialName: string;
|
||||
userName: string;
|
||||
}
|
||||
|
||||
export abstract class Fido2UserInterfaceService {
|
||||
|
||||
Reference in New Issue
Block a user