Add setting form item for requiring account approval
parent
9cc11fd666
commit
aa011461d7
|
@ -9,6 +9,10 @@
|
|||
|
||||
<div style="padding: 0 24px;">
|
||||
<Form Model="Settings" Layout="@FormLayout.Vertical">
|
||||
<FormItem Label="Require Account Approval">
|
||||
<Switch @bind-Checked="context.Authentication.RequireApproval" />
|
||||
</FormItem>
|
||||
|
||||
<FormItem Label="Token Secret">
|
||||
<InputPassword @bind-Value="context.Authentication.TokenSecret" />
|
||||
</FormItem>
|
||||
|
|
Loading…
Reference in New Issue