Преглед изворни кода

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();
         }