Skip to content

Commit

Permalink
Register Button name (withastro#8129)
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
  • Loading branch information
2 people authored and wpplumber committed May 4, 2024
1 parent 46a5d41 commit 15a5f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/guides/backend/supabase.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ import Layout from "../layouts/Layout.astro";
<input type="email" name="email" id="email" />
<label for="password">Password</label>
<input type="password" name="password" id="password" />
<button type="submit">Login</button>
<button type="submit">Register</button>
</form>
</Layout>
```
Expand Down

0 comments on commit 15a5f11

Please sign in to comment.