diff --git a/front/src/EmbedFrame.vue b/front/src/EmbedFrame.vue
index a8dcce4fa..afee7c82f 100644
--- a/front/src/EmbedFrame.vue
+++ b/front/src/EmbedFrame.vue
@@ -89,7 +89,6 @@
Reset your password
-
+
diff --git a/front/src/components/forms/PasswordInput.vue b/front/src/components/forms/PasswordInput.vue
index fe1a01a9f..2e4f227a5 100644
--- a/front/src/components/forms/PasswordInput.vue
+++ b/front/src/components/forms/PasswordInput.vue
@@ -3,7 +3,6 @@
@@ -30,7 +29,7 @@ function copyStringToClipboard (str) {
}
export default {
- props: ['value', 'index', 'defaultShow', 'copyButton'],
+ props: ['value', 'defaultShow', 'copyButton'],
data () {
return {
showPassword: this.defaultShow || false,