Skip to content

Commit 273fae2

Browse files
committed
add initial login information on login screen
1 parent c630b29 commit 273fae2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/app/login/login.component.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ <h1>Login</h1>
2424
<strong>Fehler</strong> Username oder Passwort falsch.
2525
</div>
2626
</form>
27+
<div>
28+
Die initialen Anmeldedaten sind:<br>
29+
<b>Benutzer:</b> Wurzelbenutzer<br>
30+
<b>Passowort:</b> Wurzelbenutzer
31+
</div>
2732
</div>
2833
</div>
2934

0 commit comments

Comments
 (0)