1
0
Fork 0
mirror of https://github.com/seiichiro0185/sailotp.git synced 2024-05-16 23:50:54 +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.coverSecret = secret
appWin.coverType = type
if (secret = "") {
if (secret == "") {
appWin.coverOTP = "";
} else if (type == "HOTP") {
appWin.coverOTP = "------";