We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed91f67 + 1f6e0ef commit a200fdbCopy full SHA for a200fdb
1 file changed
packages/fxa-settings/src/pages/PostVerify/ThirdPartyAuthCallback/index.tsx
@@ -5,7 +5,7 @@
5
import React, { useEffect, useRef, useCallback } from 'react';
6
import { hardNavigate } from 'fxa-react/lib/utils';
7
import { RouteComponentProps, useLocation } from '@reach/router';
8
-import LoadingSpinner from 'fxa-react/components/LoadingSpinner';
+import { AppLayout } from '../../../components/AppLayout';
9
import {
10
useAccount,
11
useAuthClient,
@@ -258,7 +258,7 @@ const ThirdPartyAuthCallback = ({
258
}
259
}, [integration, navigateNext]);
260
261
- return <LoadingSpinner fullScreen />;
+ return <AppLayout cmsInfo={integration.getCmsInfo()} loading />;
262
};
263
264
export default ThirdPartyAuthCallback;
0 commit comments