Show warning bg color in main menu when HOTP key not found

This commit is contained in:
Kyle Rankin 2018-06-21 16:30:35 -07:00
parent be665ac4f9
commit acb2b34873
No known key found for this signature in database
GPG Key ID: 555577116BFA74B9

View File

@ -147,6 +147,7 @@ while true; do
;;
* )
HOTP="error checking code"
MAIN_MENU_BG_COLOR=$CONFIG_WARNING_BG_COLOR
;;
esac
else