Skip to content

Commit d607747

Browse files
committed
Redirect to /dashboard if invalid page selected.
1 parent 1e01bae commit d607747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/DefaultLayout/DefaultLayout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class DefaultLayout extends Component {
9898
) : (null);
9999
})
100100
}
101-
<Redirect from="/" to="/login"/>
101+
<Redirect from="/" to="/dashboard"/>
102102
</Switch>
103103
</Suspense>
104104
</Container>

0 commit comments

Comments
 (0)