mirror of
https://github.com/logto-io/logto.git
synced 2025-04-07 23:01:25 -05:00
fix(console): fix forgotpassword not shown on preview (#2443)
This commit is contained in:
parent
2303a787ef
commit
3b28b1d38d
1 changed files with 4 additions and 4 deletions
|
@ -106,15 +106,15 @@ const Preview = ({ signInExperience, className }: Props) => {
|
|||
signInExperience: {
|
||||
...signInExperience,
|
||||
socialConnectors,
|
||||
forgotPassword: {
|
||||
email: hasEmailConnector,
|
||||
sms: hasSmsConnector,
|
||||
},
|
||||
},
|
||||
language,
|
||||
mode,
|
||||
platform: platform === 'desktopWeb' ? 'web' : 'mobile',
|
||||
isNative: platform === 'mobile',
|
||||
forgotPassword: {
|
||||
email: hasEmailConnector,
|
||||
sms: hasSmsConnector,
|
||||
},
|
||||
};
|
||||
}, [allConnectors, language, mode, platform, signInExperience]);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue