mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-21 22:13:31 -07:00
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:
parent
56df696546
commit
f37d8e488f
1 changed files with 12 additions and 2 deletions
|
@ -18,10 +18,20 @@
|
||||||
{{ $t('user.it-looks-like-this-is-your-first-time-logging-in') }}
|
{{ $t('user.it-looks-like-this-is-your-first-time-logging-in') }}
|
||||||
</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') }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue