1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 13:08:17 -05:00

Add Maximum Vault Timeout Policy (#1559)

This commit is contained in:
Oscar Hinton 2021-09-07 20:18:34 +02:00 committed by GitHub
parent 02866623f2
commit 18adbc9c74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,5 +11,6 @@
DisableSend = 6,
SendOptions = 7,
ResetPassword = 8,
MaximumVaultTimeout = 9,
}
}