Commit c5f2871a authored by Yann Soubeyrand's avatar Yann Soubeyrand

cmd/dex/serve.go: log static client name instead of ID

Signed-off-by: 's avatarYann Soubeyrand <yann.soubeyrand@gmx.fr>
parent 29d84283
......@@ -161,7 +161,7 @@ func serve(cmd *cobra.Command, args []string) error {
if len(c.StaticClients) > 0 {
for _, client := range c.StaticClients {
logger.Infof("config static client: %s", client.ID)
logger.Infof("config static client: %s", client.Name)
}
s = storage.WithStaticClients(s, c.StaticClients)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment