mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
Merge pull request #3124 from logto-io/simeng-ui-iteraction-bug-fix
fix(ui): update password sign-in link state value
This commit is contained in:
commit
94edf8a827
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ const PasswordSignInLink = ({ className, method, target }: Props) => {
|
||||||
icon={<SwitchIcon />}
|
icon={<SwitchIcon />}
|
||||||
text="action.sign_in_via_password"
|
text="action.sign_in_via_password"
|
||||||
to={`/${UserFlow.signIn}/password`}
|
to={`/${UserFlow.signIn}/password`}
|
||||||
state={{ [method]: target }}
|
state={{ identifier: method, value: target }}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue