mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
admin ui: started color centralization + made sidebar resizable
This commit is contained in:
@@ -129,6 +129,7 @@ function AuthSettingsInternal() {
|
||||
name="jwt.secret"
|
||||
description="The secret used to sign the JWT token. If not set, a random key will be generated after enabling authentication."
|
||||
advanced="jwt"
|
||||
inputProps={{ type: "password" }}
|
||||
/>
|
||||
<AuthField name="jwt.alg" advanced="jwt" />
|
||||
<AuthField name="jwt.expires" advanced="jwt" />
|
||||
|
||||
Reference in New Issue
Block a user