mirror of
https://github.com/logto-io/logto.git
synced 2025-01-27 21:39:16 -05:00
refactor(experience): fix sso callback page style (#5624)
This commit is contained in:
parent
8e1713ffa7
commit
d8c39aa653
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
|||
import LoadingLayer from '@/components/LoadingLayer';
|
||||
import useNativeMessageListener from '@/hooks/use-native-message-listener';
|
||||
import { useSieMethods } from '@/hooks/use-sie';
|
||||
|
||||
import SignIn from '../SignIn';
|
||||
|
||||
import useSingleSignOnListener from './use-single-sign-on-listener';
|
||||
|
||||
type Props = {
|
||||
|
@ -20,7 +19,7 @@ const SingleSignOn = ({ connectorId }: Props) => {
|
|||
|
||||
useSingleSignOnListener(connectorId);
|
||||
|
||||
return <SignIn />;
|
||||
return <LoadingLayer />;
|
||||
};
|
||||
|
||||
export default SingleSignOn;
|
||||
|
|
Loading…
Add table
Reference in a new issue