mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 07:39:41 +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
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:
parent
73559bea91
commit
ece11a5f39
1 changed files with 1 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue