fix providers not getting populated

This commit is contained in:
jnfrati
2026-04-06 12:33:00 +02:00
parent 6d251c7c2a
commit 2b0f8b941a
2 changed files with 5 additions and 0 deletions

View File

@@ -286,6 +286,7 @@ func ensureStaticClients(ctx context.Context, stor storage.Storage, clients []st
old.Name = client.Name
old.Public = client.Public
old.PostLogoutRedirectURIs = client.PostLogoutRedirectURIs
old.MFAChain = client.MFAChain
return old, nil
}); err != nil {
return fmt.Errorf("failed to update client %s: %w", client.ID, err)