Commit 010b1c03 authored by Philipp von Weitershausen's avatar Philipp von Weitershausen
Browse files

Bug 600557 - Sync UI: Printing/saving the generated sync key enables the...

Bug 600557 - Sync UI: Printing/saving the generated sync key enables the strength meter. r=mconnor a=blocking-beta8
parent 57c99066
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -352,6 +352,10 @@ var gSyncSetup = {
    if (!valid)
      return valid;

    // No passphrase strength meter for the generated key.
    if (!this._haveCustomSyncKey)
      return valid;

    // Display passphrase strength
    let pp = document.getElementById("weavePassphrase").value;
    let bits = Weave.Utils.passphraseStrength(pp);