1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13: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 b3644effaf
commit c6bb83a37a

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)}