1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 15:49:42 +02:00

fix: remove username/password banner (#2881)
Some checks are pending
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend and End-to-End Tests (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions

* remove username/password banner

* remove divider
This commit is contained in:
Hayden 2023-12-27 16:19:12 -06:00 committed by GitHub
parent 73559bea91
commit ece11a5f39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,9 +4,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@example.com" }) }} |
{{ $t("demo.demo_password", { password: "demo" }) }}
<b> {{ $t("demo.info_message_with_version", { version: version }) }} </b>
</div>
</v-banner>