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:
parent
263c02a947
commit
83fc6ec7d1
1 changed files with 1 additions and 1 deletions
|
@ -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 = "------";
|
||||||
|
|
Loading…
Reference in a new issue