1
0
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:
Thomas Rittson
2021-09-13 16:34:26 +10:00
committed by GitHub
parent c0f53d7371
commit d8e9357e74

View File

@ -4,6 +4,7 @@
{
Text = 0,
Hidden = 1,
Boolean = 2
Boolean = 2,
Linked = 3,
}
}