Standardise title and capitalisation in create user step
This commit is contained in:
parent
b3644effaf
commit
c6bb83a37a
|
@ -5,7 +5,7 @@
|
||||||
let blurred = { username: false, password: false }
|
let blurred = { username: false, password: false }
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<h2>Create new user</h2>
|
<h2>Create your first User</h2>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<Input
|
<Input
|
||||||
on:input={() => (blurred.username = true)}
|
on:input={() => (blurred.username = true)}
|
||||||
|
|
Loading…
Reference in New Issue