Преглед на файлове

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