소스 검색

When entering the wrong password, re-enable the input field

Danilo Bargen 7 년 전
부모
커밋
1bd0becc17
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/partials/welcome.ts

+ 1 - 0
src/partials/welcome.ts

@@ -271,6 +271,7 @@ class WelcomeController {
 
         const decrypted: threema.TrustedKeyStoreData = this.trustedKeyStore.retrieveTrustedKey(this.password);
         if (decrypted === null) {
+            this.formLocked = false;
             return this.showDecryptionFailed();
         }