1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-17 14:22:02 +00:00
bramw_baserow/web-frontend/modules/database/components/field/FieldPasswordSubForm.vue

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
341 B
Vue
Raw Normal View History

2024-02-28 19:06:11 +00:00
<template>
<div>
2024-02-28 19:06:11 +00:00
<!--
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>