update
This commit is contained in:
@@ -132,3 +132,9 @@ func GetCurrentTheme() string {
|
||||
}
|
||||
func SetCurrentTheme(theme string) {
|
||||
}
|
||||
|
||||
// GetJWTSecret 获取 JWT 密钥
|
||||
func (c *Config) GetJWTSecret() string {
|
||||
//return c.JWT.Secret
|
||||
return c.Security.JWTSecret
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user