1
0
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:
Andreas Coroiu
2023-01-05 16:56:33 +01:00
parent da163992d7
commit ac4389743a
8 changed files with 35 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
export interface NewCredentialParams {
name: string;
credentialName: string;
userName: string;
}
export abstract class Fido2UserInterfaceService {