diff --git a/src/views/Profile/CardsView.vue b/src/views/Profile/CardsView.vue
index e1dd20bb..fa6cc75c 100644
--- a/src/views/Profile/CardsView.vue
+++ b/src/views/Profile/CardsView.vue
@@ -100,8 +100,8 @@ const copyToClipboard = (text) => {
name="cardId"
type="card"
placeholder="XXXX-XXXX-XXXX-XXXX"
- minlength="19"
- maxlength="19"
+ :minlength="19"
+ :maxlength="19"
required
@input="cardInput"
/>