From 00b298bba86e63a02544875f16f40b14561ff60a Mon Sep 17 00:00:00 2001 From: Guillaume Vincent Date: Tue, 29 Nov 2016 18:53:12 +0100 Subject: [PATCH] remove custom checkbox until bootstrap fix it fix https://github.com/lesspass/lesspass/issues/107 --- src/views/PasswordGenerator.vue | 54 ++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 28 deletions(-) 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); }