Skip to content

Commit

Permalink
Merge pull request #2815 from emqx/dev/1.9.2
Browse files Browse the repository at this point in the history
Sync code from refs/heads/dev/1.9.2 to enterprise
  • Loading branch information
Kinplemelon authored Jul 12, 2024
2 parents 2710b41 + a0f4281 commit a69da04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/Auth/useProcessAuthData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@ export default function useProcessAuthData() {
use_jwks,
verify_claims,
disconnect_after_expire,
headers,
}
if (use_jwks) {
tempData = {
...tempData,
endpoint,
refresh_interval,
ssl,
headers,
}
} else {
tempData = { ...tempData, algorithm }
Expand Down

0 comments on commit a69da04

Please sign in to comment.