Skip to content

Commit a91f88b

Browse files
Update frontend/javascripts/router.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 9ee0b24 commit a91f88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/javascripts/router.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ class ReactRouter extends React.Component<Props> {
641641
<SecuredRouteWithErrorBoundary
642642
isAuthenticated={isAuthenticated}
643643
path="/auth/token"
644-
render={() => <Redirect to="/account/login" />}
644+
render={() => <Redirect to="/account/token" />}
645645
/>
646646
<SecuredRouteWithErrorBoundary
647647
isAuthenticated={isAuthenticated}

0 commit comments

Comments
 (0)