mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-04 12:45:17 +02:00
signup button
This commit is contained in:
parent
5fad574834
commit
47436d43e0
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@
|
||||||
type="button"
|
type="button"
|
||||||
on:click={() => goto('/settings/forgot-password')}>Forgot Password</button
|
on:click={() => goto('/settings/forgot-password')}>Forgot Password</button
|
||||||
>
|
>
|
||||||
|
<button class="py-2 px-4 btn btn-neutral" type="button" on:click={() => goto('/signup')}
|
||||||
|
>Sign Up</button
|
||||||
|
>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue