mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
Add Linked type to custom field types (#1540)
This commit is contained in:
parent
c0f53d7371
commit
d8e9357e74
@ -4,6 +4,7 @@
|
||||
{
|
||||
Text = 0,
|
||||
Hidden = 1,
|
||||
Boolean = 2
|
||||
Boolean = 2,
|
||||
Linked = 3,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user