1
0
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:
Thomas Rittson 2021-09-13 16:34:26 +10:00 committed by GitHub
parent c0f53d7371
commit d8e9357e74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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