mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 00:04:23 -04:00
fix: Use reserved example.com as bogus instead of email.com domain. (#2551)
`email.com` is not a reserved domain, incorrect configuration could result in unintentional effects. `example.com` is reserved by IANA for bogus purposes, see RFC 6761.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<v-banner v-if="isDemo" sticky>
|
||||
<div class="text-center">
|
||||
<b> {{ $t("demo.info_message_with_version", { version: version }) }} </b> |
|
||||
{{ $t("demo.demo_username", { username: "changeme@email.com" }) }} |
|
||||
{{ $t("demo.demo_username", { username: "changeme@example.com" }) }} |
|
||||
{{ $t("demo.demo_password", { password: "demo" }) }}
|
||||
</div>
|
||||
</v-banner>
|
||||
|
||||
Reference in New Issue
Block a user