We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9bb41 commit 697ac66Copy full SHA for 697ac66
dinky-web/src/pages/Other/Welcome/WelcomeItem/FinishPage.tsx
@@ -27,7 +27,7 @@ const FinishPage = () => {
27
title={l('welcome.finish.title')}
28
subTitle={l('welcome.finish')}
29
extra={[
30
- <Button type='primary' onClick={() => (window.location.href = '/login')}>
+ <Button type='primary' onClick={() => (window.location.href = '/user/login')}>
31
{l('welcome.goLogin')}
32
</Button>
33
]}
0 commit comments