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

View file

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