Skip to content

Commit

Permalink
[Bug] Fix the route redirection error on the welcome page (#3966)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyan1998 authored Nov 27, 2024
1 parent 6f9bb41 commit 697ac66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const FinishPage = () => {
title={l('welcome.finish.title')}
subTitle={l('welcome.finish')}
extra={[
<Button type='primary' onClick={() => (window.location.href = '/login')}>
<Button type='primary' onClick={() => (window.location.href = '/user/login')}>
{l('welcome.goLogin')}
</Button>
]}
Expand Down

0 comments on commit 697ac66

Please sign in to comment.