fix: Added copy icons to first-login message (#5716)

Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
Richard vL 2025-08-11 18:27:10 +02:00 committed by GitHub
commit f37d8e488f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,9 +19,19 @@
</p> </p>
<p class="mb-1"> <p class="mb-1">
<strong>{{ $t('user.username') }}: </strong>changeme@example.com <strong>{{ $t('user.username') }}: </strong>changeme@example.com
<AppButtonCopy
copy-text="changeme@example.com"
color="info"
btn-class="h-auto"
/>
</p> </p>
<p class="mb-3"> <p class="mb-3">
<strong>{{ $t('user.password') }}: </strong>MyPassword <strong>{{ $t('user.password') }}: </strong>MyPassword
<AppButtonCopy
copy-text="MyPassword"
color="info"
btn-class="h-auto"
/>
</p> </p>
<p> <p>
{{ $t('user.dont-want-to-see-this-anymore-be-sure-to-change-your-email') }} {{ $t('user.dont-want-to-see-this-anymore-be-sure-to-change-your-email') }}