1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00

Standardise title and capitalisation in create user step

This commit is contained in:
Andrew Kingston 2020-11-02 08:55:48 +00:00
parent be2e128d28
commit 253e5a23ce

View file

@ -5,7 +5,7 @@
let blurred = { username: false, password: false }
</script>
<h2>Create new user</h2>
<h2>Create your first User</h2>
<div class="container">
<Input
on:input={() => (blurred.username = true)}