mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
fix(console): adding social connector should complete corresponding get-started task
This commit is contained in:
parent
f72b21d160
commit
8797c2d9d5
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ const useGetStartedMetadata = ({ checkDemoAppExists }: Props) => {
|
|||
subtitle: 'get_started.card5_subtitle',
|
||||
icon: isLightMode ? OneClick : OneClickDark,
|
||||
buttonText: 'admin_console.general.set_up',
|
||||
isComplete: settings?.configureSocialSignIn,
|
||||
onClick: () => {
|
||||
navigate('/connectors/social');
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue