README.md updated username shown in input for login
This commit is contained in:
parent
0dea7b77d7
commit
7d4d74b01a
2 changed files with 4 additions and 1 deletions
|
|
@ -5,3 +5,6 @@
|
||||||
|
|
||||||
### Restart and rebuild Svelte:
|
### Restart and rebuild Svelte:
|
||||||
``docker-compose up --detach --build svelte``
|
``docker-compose up --detach --build svelte``
|
||||||
|
|
||||||
|
### Restart and rebuild Strapi:
|
||||||
|
``docker-compose up --detach --build strapi``
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@
|
||||||
|
|
||||||
<div class="form-floating">
|
<div class="form-floating">
|
||||||
<input type="email" class="form-control" id="floatingInput" placeholder="name@example.com" bind:value={user}>
|
<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>
|
||||||
<div class="form-floating">
|
<div class="form-floating">
|
||||||
<input type="password" class="form-control" id="floatingPassword" placeholder="Password" bind:value={password}>
|
<input type="password" class="form-control" id="floatingPassword" placeholder="Password" bind:value={password}>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue