aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/components/Login/PkiLogin.vue
diff options
context:
space:
mode:
Diffstat (limited to 'front-end/src/components/Login/PkiLogin.vue')
-rw-r--r--front-end/src/components/Login/PkiLogin.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/front-end/src/components/Login/PkiLogin.vue b/front-end/src/components/Login/PkiLogin.vue
index 26528c4..4515062 100644
--- a/front-end/src/components/Login/PkiLogin.vue
+++ b/front-end/src/components/Login/PkiLogin.vue
@@ -39,7 +39,7 @@ const onSubmit = () => {
<textarea
id="message" rows="5"
v-model="otp"
- class="block p-2.5 w-full text-sm text-gray-900 bg-gray-50 rounded border border-gray-300 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"
+ class="block p-2.5 w-full text-sm text-gray-900 bg-transparent rounded border border-gray-300 focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"
placeholder="Enter your OTP"
>
</textarea>