Skip to content

Commit

Permalink
🔧 identityForm inputs length
Browse files Browse the repository at this point in the history
  • Loading branch information
roiLeo committed Apr 12, 2023
1 parent bd3169a commit 097a8a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/common/IdentityForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ const identity = ref<Record<string, string>>({
legal: '',
})
const deposit = ref('0')
const inputLengthLimit = ref(42)
const inputLengthLimit = ref(32)
onBeforeMount(async () => {
onApiConnect(apiUrl.value, async (api) => {
Expand Down

0 comments on commit 097a8a6

Please sign in to comment.