We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f7179 commit b0ca267Copy full SHA for b0ca267
src/components/Join/JoinButton.tsx
@@ -80,7 +80,7 @@ const JoinButton = () => {
80
}
81
},
82
onSuccess: () => {
83
- navigate('/*');
+ navigate('/login');
84
85
86
);
0 commit comments