Explorar o código

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

Danilo Bargen %!s(int64=7) %!d(string=hai) anos
pai
achega
1bd0becc17
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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();
         }