1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-22 20:32:24 +00:00
bramw_baserow/web-frontend/modules/database/components/field/FieldPasswordSubForm.vue
2024-02-28 19:06:11 +00:00

11 lines
365 B
Vue

<template>
<div class="margin-bottom-2">
<!--
this temporary message will be removed after the API password check support will
be implemented. I therefore thought it was okay to use some inline styles, for now.
-->
<p style="width: 366px; white-space: initial">
{{ $t('fieldPasswordSubForm.description') }}
</p>
</div>
</template>