Skip to content

Commit

Permalink
Merge pull request #667 from threefoldtech/development_fix_password_v…
Browse files Browse the repository at this point in the history
…alidation

Fix clustertoken validation
  • Loading branch information
AhmedHanafy725 authored Jun 20, 2023
2 parents 0f9854f + a3e763e commit e3b6d7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/playground/src/weblets/tf_kubernetes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
validators.required('Token is required.'),
validators.minLength('Token minimum length is 6 chars.', 6),
validators.maxLength('Token max length is 15 chars.', 15),
validators.isAlphanumeric('Token cannot contain any characters other than alphabets and numbers.'),
]"
#="{ props: validationProps }"
>
Expand Down

0 comments on commit e3b6d7e

Please sign in to comment.