]> git.proxmox.com Git - flutter/proxmox_login_manager.git/commitdiff
tfa: adapt test in loading-overlay, we can have non-totp now
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 3 Jul 2023 10:30:55 +0000 (12:30 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 3 Jul 2023 10:35:59 +0000 (12:35 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
lib/proxmox_tfa_form.dart

index 0caa8bd8e2c5a4c6946fbbbe7599522f8ebb23cb..84c6ad87202eff6b2533e7f91263336c3bedc8c1 100644 (file)
@@ -134,7 +134,7 @@ class _ProxmoxTfaFormState extends State<ProxmoxTfaForm> {
             ),
             if (_isLoading)
               ProxmoxProgressOverlay(
-                message: 'Verify One-Time password...',
+                message: 'Verifying second-factor...',
               )
           ],
         ),