Revert "pikvm/pikvm#1459: TOTP valid_window=5"

This reverts commit b6c73aceb7.
This commit is contained in:
Maxim Devaev
2025-01-15 02:49:10 +02:00
parent b6c73aceb7
commit da4da975ef
4 changed files with 2 additions and 8 deletions

View File

@@ -370,7 +370,6 @@ def _get_config_scheme() -> dict:
},
"totp": {
"valid_window": Option(1, type=functools.partial(valid_number, min=0, max=5)),
"secret": {
"file": Option("/etc/kvmd/totp.secret", type=valid_abs_path, if_empty=""),
},