X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=PVE%2FAPI2%2FDomains.pm;h=fff3734a5969e2a3cd17f0f772cb8bde8076c1fc;hp=dac56608da05aec8e639187514433308d6b2e63f;hb=1abc2c0aeea26040cda69d40e43a7791f77e400c;hpb=077f078cd6b7d292e06d92048881180edac32ef8 diff --git a/PVE/API2/Domains.pm b/PVE/API2/Domains.pm index dac5660..fff3734 100644 --- a/PVE/API2/Domains.pm +++ b/PVE/API2/Domains.pm @@ -37,7 +37,7 @@ __PACKAGE__->register_method ({ tfa => { description => "Two-factor authentication provider.", type => 'string', - enum => [ 'yubico' ], + enum => [ 'yubico', 'oath' ], optional => 1, }, comment => { type => 'string', optional => 1 },