mirror of
https://github.com/logto-io/logto.git
synced 2025-01-27 21:39:16 -05:00
Merge pull request #1303 from logto-io/charles-log-3288-fix-adding-social-connector-not-completing-get-started-task
fix(console): adding social connector should complete corresponding get-started task
This commit is contained in:
commit
efe5d04ad7
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