This commit is contained in:
beo3000 2026-01-01 20:15:13 +01:00
parent c3b71bcbec
commit 7ba1307bac
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
@if (_demoEnabled)
{
<MudAlert Severity="Severity.Info" Class="mb-3" Icon="@Icons.Material.Filled.Info">
<strong>Demo-Zugang:</strong> @_demoEmail / @_demoPassword { @_demoClub
<strong>Demo-Zugang:</strong> @_demoEmail / @_demoPassword / @_demoClub
</MudAlert>
}