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

@ -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>