diff --git a/src/views/PasswordGenerator.vue b/src/views/PasswordGenerator.vue index eccaa56..872f088 100644 --- a/src/views/PasswordGenerator.vue +++ b/src/views/PasswordGenerator.vue @@ -104,16 +104,16 @@
- - + +
@@ -127,25 +127,23 @@ Options
-
@@ -186,7 +184,7 @@ You are using a deprecated version of LessPass. The default version will be version 2 in {{ getDayBeforeV2() }} days. - You can continue to use version 1, but we strongly advise you to migrate your passwords to version 2. + You can continue to use version 1, but we strongly advise you to migrate your passwords to version 2.
@@ -234,7 +232,7 @@ clipboard.on('success', event => { if (event.text) { showTooltip(event.trigger, 'copied !'); - setTimeout(()=> { + setTimeout(() => { this.cleanFormInSeconds(10); }, 2000); }