1
0
Fork 0
mirror of https://github.com/seiichiro0185/sailotp.git synced 2024-11-22 07:39:42 +00:00

Small fix for Main Page

This commit is contained in:
seiichiro 2014-05-25 11:03:19 +02:00
parent 263c02a947
commit 83fc6ec7d1

View file

@ -44,7 +44,7 @@ Page {
appWin.coverTitle = title appWin.coverTitle = title
appWin.coverSecret = secret appWin.coverSecret = secret
appWin.coverType = type appWin.coverType = type
if (secret = "") { if (secret == "") {
appWin.coverOTP = ""; appWin.coverOTP = "";
} else if (type == "HOTP") { } else if (type == "HOTP") {
appWin.coverOTP = "------"; appWin.coverOTP = "------";