diff --git a/fittrackee_client/src/components/Common/PasswordInput.vue b/fittrackee_client/src/components/Common/PasswordInput.vue
index 6f9edf35..1df9d6e7 100644
--- a/fittrackee_client/src/components/Common/PasswordInput.vue
+++ b/fittrackee_client/src/components/Common/PasswordInput.vue
@@ -12,6 +12,11 @@
/>
{{ $t(`user.${showPassword ? 'HIDE' : 'SHOW'}_PASSWORD`) }}
+
@@ -67,8 +72,9 @@
.show-password {
font-style: italic;
font-size: 0.85em;
+ text-align: right;
margin-top: -0.75 * $default-margin;
- padding-left: $default-padding;
+ padding-right: $default-padding;
cursor: pointer;
}
}
diff --git a/fittrackee_client/src/components/User/UserAuthForm.vue b/fittrackee_client/src/components/User/UserAuthForm.vue
index eb9482c1..fb6bdb5b 100644
--- a/fittrackee_client/src/components/User/UserAuthForm.vue
+++ b/fittrackee_client/src/components/User/UserAuthForm.vue
@@ -33,6 +33,10 @@
v-model="formData.username"
:placeholder="$t('user.USERNAME')"
/>
+
+
+ {{ $t('user.USERNAME_INFO') }}
+
+
+
+ {{ $t('user.EMAIL_INFO') }}
+
+
+
+
+ {{ $t('user.PASSWORD_INFO') }}
+