1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-11-24 16:36:46 +00:00
bramw_baserow/web-frontend/modules/database/components/field/FieldPasswordSubForm.vue
2024-07-08 16:11:38 +02:00

12 lines
341 B
Vue

<template>
<div>
<!--
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>