Forráskód Böngészése

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

Danilo Bargen 7 éve
szülő
commit
1bd0becc17
1 módosított fájl, 1 hozzáadás és 0 törlés
  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();
         }