mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
Add Linked type to custom field types (#1540)
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
{
|
||||
Text = 0,
|
||||
Hidden = 1,
|
||||
Boolean = 2
|
||||
Boolean = 2,
|
||||
Linked = 3,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user