feat: add coin selection and update passkey input in registration form

This commit is contained in:
Prad Nukala
2024-12-11 11:36:52 -05:00
parent e2f24eef8e
commit 5b784659af
16 changed files with 235 additions and 444 deletions
@@ -72,8 +72,9 @@ templ formRegisterPasskey(action, method string, data RegisterPasskeyData) {
@ui.ProfileCard(data.Address, data.Name, data.Handle, data.CreationBlock)
</div>
</div>
@ui.SelectCoins()
<div slot="footer" class="space-y-2">
@ui.CreatePasskey(data.Address, data.Handle, data.Challenge)
@ui.InputPasskey(data.Address, data.Handle, data.Challenge)
<sl-button href="/" style="width: 100%;" outline>
<sl-icon slot="prefix" name="x-lg"></sl-icon>
Cancel