mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
Fix PhoneNumber value of 1pux LoginFieldTypeEnum (#7113)
According to https://support.1password.com/1pux-format/#item-details it needs to be `TEL` instead of `T` As far as I know, this has not been an issue, as I haven't been able to create a loginfield of type PhoneNumber within 1Password. Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
parent
5582d7644c
commit
6846026961
@ -74,7 +74,7 @@ export enum LoginFieldTypeEnum {
|
||||
Number = "N",
|
||||
Password = "P",
|
||||
TextArea = "A",
|
||||
PhoneNumber = "T",
|
||||
PhoneNumber = "TEL",
|
||||
CheckBox = "C",
|
||||
}
|
||||
export interface LoginFieldsEntity {
|
||||
|
Loading…
Reference in New Issue
Block a user