Files
docuseal/app/views/reveal_access_token/_access_token.html.erb
T
2025-09-05 09:58:16 +03:00

3 lines
299 B
Plaintext

<input id="api_key" type="text" value="<%= token %>" class="input font-mono input-bordered w-full" autocomplete="off" readonly>
<%= render 'shared/clipboard_copy', icon: 'copy', text: token, class: 'base-button', icon_class: 'w-6 h-6 text-white', copy_title: t('copy'), copied_title: t('copied') %>