README.md updated username shown in input for login

This commit is contained in:
s-prechtl 2022-10-04 09:16:17 +02:00
parent 0dea7b77d7
commit 7d4d74b01a
2 changed files with 4 additions and 1 deletions

View file

@ -5,3 +5,6 @@
### Restart and rebuild Svelte:
``docker-compose up --detach --build svelte``
### Restart and rebuild Strapi:
``docker-compose up --detach --build strapi``

View file

@ -70,7 +70,7 @@
<div class="form-floating">
<input type="email" class="form-control" id="floatingInput" placeholder="name@example.com" bind:value={user}>
<label for="floatingInput">Email address</label>
<label for="floatingInput">Email address or username</label>
</div>
<div class="form-floating">
<input type="password" class="form-control" id="floatingPassword" placeholder="Password" bind:value={password}>