diff --git a/webapp/components/LoginForm/LoginForm.vue b/webapp/components/LoginForm/LoginForm.vue
index 52ee7262b..2010d2ae3 100644
--- a/webapp/components/LoginForm/LoginForm.vue
+++ b/webapp/components/LoginForm/LoginForm.vue
@@ -30,10 +30,7 @@
class="password-field"
:type="showPassword ? 'text' : 'password'"
/>
-
+
@@ -90,10 +87,9 @@ export default {
}
},
toggleShowPassword(event) {
- console.log(event);
- event.preventDefault();
this.showPassword = !this.showPassword
- }
+ event.preventDefault()
+ },
},
}
@@ -140,14 +136,14 @@ export default {
cursor: pointer;
&:focus-within {
- background-color: $background-color-base;
- border: $input-border-size solid $border-color-active;
+ background-color: $background-color-base;
+ border: $input-border-size solid $border-color-active;
- .toggle-icon {
- color: $text-color-base;
+ .toggle-icon {
+ color: $text-color-base;
+ }
}
}
- }
&:focus-within {
background-color: $background-color-base;