mirror of
git://git.proxmox.com/git/pve-apiclient.git
synced 2025-03-11 00:58:27 +03:00
tfa: clarify error on unsupported types a bit
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3bfa976eaa
commit
4a834b4edd
@ -147,7 +147,7 @@ my sub two_factor_auth_login : prototype($$$) {
|
||||
}
|
||||
$selected = $available[$selected];
|
||||
} else {
|
||||
raise("TFA required, but available authentication types are not supported, aborting!");
|
||||
raise("TFA required, but none of the configure factors is supported over TTY, aborting!");
|
||||
}
|
||||
|
||||
if ($selected eq 'recovery') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user