Hide the token secret using a password field in settings
This commit is contained in:
parent
5c8fede253
commit
2950f5628f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
<div style="padding: 0 24px;">
|
<div style="padding: 0 24px;">
|
||||||
<Form Model="Settings" Layout="@FormLayout.Vertical">
|
<Form Model="Settings" Layout="@FormLayout.Vertical">
|
||||||
<FormItem Label="Token Secret">
|
<FormItem Label="Token Secret">
|
||||||
<Input @bind-Value="context.Authentication.TokenSecret" />
|
<InputPassword @bind-Value="context.Authentication.TokenSecret" />
|
||||||
</FormItem>
|
</FormItem>
|
||||||
<FormItem Label="Token Lifetime">
|
<FormItem Label="Token Lifetime">
|
||||||
<AntDesign.InputNumber @bind-Value="context.Authentication.TokenLifetime" Formatter="FormatTokenLifetime" Min="1" />
|
<AntDesign.InputNumber @bind-Value="context.Authentication.TokenLifetime" Formatter="FormatTokenLifetime" Min="1" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue