pveum: fix syntax for webauthn config

the property string needs to be on the same line as the config key

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
This commit is contained in:
Oguz Bektas 2022-07-28 15:17:45 +02:00 committed by Fabian Grünbichler
parent 4faa64451a
commit 5d993771a7

View File

@ -624,8 +624,7 @@ registrations unusable!
This is done via `/etc/pve/datacenter.cfg`. For instance:
----
webauthn:
rp=mypve.example.com,origin=https://mypve.example.com:8006,id=mypve.example.com
webauthn: rp=mypve.example.com,origin=https://mypve.example.com:8006,id=mypve.example.com
----
[[pveum_configure_u2f]]