Skip to content

Commit da37c1c

Browse files
fix(react-oidc): remove dangling setLoading call in OidcProvider (#1639) (release)
* Initial plan * fix: remove undefined setLoading call in OidcProvider Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: guillaume-chervet <52236059+guillaume-chervet@users.noreply.github.com>
1 parent 02c6532 commit da37c1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-oidc/src/OidcProvider.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ export const OidcProvider: FC<PropsWithChildren<OidcProviderProps>> = ({
172172

173173
queueMicrotask(() => {
174174
setConfigurationName(configurationName);
175-
setLoading(false);
176175
});
177176

178177
return () => {

0 commit comments

Comments
 (0)