Skip to content

Commit 51f9552

Browse files
author
Ruben van Leeuwen
committed
2190: Use logoSpinner in default WfoAuth component
1 parent 8a4fd1d commit 51f9552

File tree

1 file changed

+2
-2
lines changed
  • packages/orchestrator-ui-components/src/components/WfoAuth

1 file changed

+2
-2
lines changed

packages/orchestrator-ui-components/src/components/WfoAuth/WfoAuth.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { ReactNode, useContext } from 'react';
22

3-
import { WfoLoading } from '@/components';
3+
import { WfoLogoSpinner } from '@/components';
44
import { OrchestratorConfigContext } from '@/contexts';
55
import { PolicyContextProvider } from '@/contexts/PolicyContext';
66
import { useWfoSession } from '@/hooks';
@@ -39,7 +39,7 @@ export const WfoAuth = ({
3939
});
4040

4141
if (status === 'loading') {
42-
return <WfoLoading />;
42+
return <WfoLogoSpinner />;
4343
}
4444

4545
return (

0 commit comments

Comments
 (0)