mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
Fixed small issues with not building
This commit is contained in:
parent
73e4e50d44
commit
67683e9fca
2 changed files with 4 additions and 3 deletions
|
|
@ -90,7 +90,7 @@ func NewServerWithConfig(conf *Config) *server.Server {
|
|||
},
|
||||
Host: host,
|
||||
Port: port,
|
||||
Issuer: server.Issuer{
|
||||
Issuer: server.IdentityProviderServer{
|
||||
Host: conf.Server.Issuer.Host,
|
||||
Port: conf.Server.Issuer.Port,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue