diff --git a/src/components/digicipher/digicipher.ts b/src/components/digicipher/digicipher.ts index e870ce8..2dcab7d 100644 --- a/src/components/digicipher/digicipher.ts +++ b/src/components/digicipher/digicipher.ts @@ -165,8 +165,6 @@ export class StarLockNumber extends LitElement { this.guess += (e.target as HTMLElement).dataset.num } else if (this.clicks == 5) { this.changeBgColor('#F4F4F4', this.clicks, 1) - this.clicks += 1 - this.guess += (e.target as HTMLElement).dataset.num if (this.mode == 'create') { if (!this.confirm) { this.changePasswd()