mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
fix(ui): update password sign-in link state value
fix verification-code switch to password sign-in page session not found bug
This commit is contained in:
parent
fd1f81cbe9
commit
dd4f1a9237
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ const PasswordSignInLink = ({ className, method, target }: Props) => {
|
|||
icon={<SwitchIcon />}
|
||||
text="action.sign_in_via_password"
|
||||
to={`/${UserFlow.signIn}/password`}
|
||||
state={{ [method]: target }}
|
||||
state={{ identifier: method, value: target }}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue