diff options
Diffstat (limited to 'system/db/init.go')
-rw-r--r-- | system/db/init.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/db/init.go b/system/db/init.go index eaf6d76..98ba056 100644 --- a/system/db/init.go +++ b/system/db/init.go @@ -71,7 +71,7 @@ func Init() { } } - clientSecret := ConfigCache("client_secret") + clientSecret := ConfigCache("client_secret").(string) if clientSecret != "" { jwt.Secret([]byte(clientSecret)) |