Random Bytes

{{#if random_bytes}}
{{#copy-button clipboardText=random_bytes class="button is-primary" buttonType="button" success=(action (set-flash-message 'Random bytes copied!')) }} Copy {{/copy-button}}
{{else}}
{{message-error errors=errors}}
{{input id="bytes" class="input" value=bytes data-test-tools-input="bytes"}}
{{/if}}