Added checkbox for automatic account selection

removed Birthday and Api-Key
This commit is contained in:
Sarah Faey 2022-11-29 16:55:11 +01:00
parent 03624a5859
commit 8280adaf49
2 changed files with 7 additions and 4 deletions

View file

@ -22,6 +22,9 @@
<InputText @bind-Value="_user.Name" />
</label>
</p>
<p>
<input type="checkbox" @bind="_user.AlwaysSignUpWithMainAccount" /> Always sign up with main account
</p>
@*<p>
<label>
Pronouns:
@ -29,12 +32,12 @@
</label>
</p>*@
<p>
@*<p>
<label>
Birthday:
<InputDate @bind-Value="_user.Birthday" />
</label>
</p>
</p>*@
<br />
<div class="nav-item px-3">

View file

@ -26,12 +26,12 @@
<InputText @bind-Value="_account.AccountName" />
</label>
</p>
<p>
<!--<p>
<label>
Api-Key:
<InputText @bind-Value="_account.ApiKey" />
</label>
</p>
</p>-->
<br />
<button type="submit">Save</button>