Skip to content

Commit

Permalink
fix: remove username/password banner (#2881)
Browse files Browse the repository at this point in the history
* remove username/password banner

* remove divider
  • Loading branch information
hay-kot authored Dec 27, 2023
1 parent 73559be commit ece11a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/layouts/blank.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit ece11a5

Please sign in to comment.