mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 18:33:55 +00:00
Fix magiclink with sso
Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
parent
ac8a8086ba
commit
d8f2c4ea71
@ -22,7 +22,7 @@ const MagicLink = ({ registrationToken }) => {
|
||||
}
|
||||
|
||||
return (
|
||||
<MagicLinkWrapper target={`${window.location.origin}${basename}auth/register`}>
|
||||
<MagicLinkWrapper target={`${window.location.origin}${basename}auth/login`}>
|
||||
{formatMessage({
|
||||
id: 'app.components.Users.MagicLink.connect.sso',
|
||||
defaultMessage:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user