1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-19 03:13:51 +00:00
bramw_baserow/web-frontend/modules/database/components/field/FieldPasswordSubForm.vue
2024-07-08 16:11:38 +02:00

11 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>