mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-22 21:45:56 +03:00
fix(landing): opening auth link in a new tab
This commit is contained in:
parent
f03eea408f
commit
66ec20b6e5
@ -896,7 +896,7 @@ export default function IndexPage() {
|
||||
return errors;
|
||||
},
|
||||
onSubmit: async ({ email }) => {
|
||||
window.open(`/_/auth?tab=signup&email=${email}`);
|
||||
window.open(`/_/auth?tab=signup&email=${email}`, "_self");
|
||||
},
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user