Skip to content

Commit 8ceb83f

Browse files
author
Jovert Lota Palonpon
committed
wip
1 parent 6d0ef19 commit 8ceb83f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

resources/js/core/Navigator.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ class Navigator extends Component {
5353
}
5454
}
5555

56-
if (!route.auth) {
56+
if (
57+
!route.auth &&
58+
route.hasOwnProperty('path')
59+
) {
5760
if (authenticated) {
5861
return (
5962
<Redirect

0 commit comments

Comments
 (0)