UX: Ensure all generated backup codes are displayed on the screen

This commit is contained in:
David Taylor 2020-01-14 15:33:27 +00:00
parent 4fdfc2665d
commit 12d2fe7ff6
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div class="wrapper">
<textarea id="backupCodes" class="backup-codes-area" readonly>{{formattedBackupCodes}}</textarea>
<textarea id="backupCodes" class="backup-codes-area" rows="10" readonly>{{formattedBackupCodes}}</textarea>
{{d-button
action=(action "copyToClipboard")