Add setting form item for requiring account approval
This commit is contained in:
parent
9cc11fd666
commit
aa011461d7
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@
|
||||||
|
|
||||||
<div style="padding: 0 24px;">
|
<div style="padding: 0 24px;">
|
||||||
<Form Model="Settings" Layout="@FormLayout.Vertical">
|
<Form Model="Settings" Layout="@FormLayout.Vertical">
|
||||||
|
<FormItem Label="Require Account Approval">
|
||||||
|
<Switch @bind-Checked="context.Authentication.RequireApproval" />
|
||||||
|
</FormItem>
|
||||||
|
|
||||||
<FormItem Label="Token Secret">
|
<FormItem Label="Token Secret">
|
||||||
<InputPassword @bind-Value="context.Authentication.TokenSecret" />
|
<InputPassword @bind-Value="context.Authentication.TokenSecret" />
|
||||||
</FormItem>
|
</FormItem>
|
||||||
|
|
Loading…
Add table
Reference in a new issue