]> git.proxmox.com Git - flutter/proxmox_login_manager.git/commit
tfa: only open tfa form when there is at least one type available
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 4 Jul 2023 13:27:37 +0000 (15:27 +0200)
committerDominik Csapak <d.csapak@proxmox.com>
Tue, 4 Jul 2023 13:28:37 +0000 (15:28 +0200)
commit15d7e1f8c8e895ef50f1ef0ace4f0a101fd2428b
treea5c6faf63b6b2f17713d823972e520d312e0467c
parentaa8e7870496be2c472cb4aa24a6a8716b96b0486
tfa: only open tfa form when there is at least one type available

Otherwise the tfa form will error out trying to access an index in the
array that does not exist (it assumes there is at least one type).
This can happen e.g. if there is only webauthn for a user configured

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
lib/proxmox_login_form.dart