You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--msgbox "Cannot generate a new TPM-backed TOTP/HOTP secret while TPM state is inconsistent.\n\nReset the TPM first (Options -> TPM/TOTP/HOTP Options -> Reset the TPM)." 0 80
367
-
elif gate_reseal_with_integrity_report && (whiptail_warning --title 'Generate new TOTP/HOTP secret' \
367
+
return 1
368
+
elif gate_reseal_with_integrity_report && (whiptail_warning --title 'Generate new TOTP/HOTP secret' \
368
369
--yesno "This will erase your old secret and replace it with a new one!\n\nDo you want to proceed?" 0 80);then
369
370
if generate_totp_hotp && update_totp && BG_COLOR_MAIN_MENU="normal";then
0 commit comments