Bugfix
- Role is now again listed in jwt when retrieving new access token (closes #3)
This commit is contained in:
@@ -17,8 +17,6 @@ type Server struct {
|
||||
PrivateKeyPath string
|
||||
}
|
||||
|
||||
var cfg, _ = config.LoadConfig()
|
||||
|
||||
func InitServer() *Server {
|
||||
|
||||
err := config.CheckIfExists()
|
||||
|
||||
Reference in New Issue
Block a user