Skip to content

Commit 8d6171c

Browse files
committed
Fixed login redirect issue
1 parent 324a2e9 commit 8d6171c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Providers/RouteServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class RouteServiceProvider extends ServiceProvider
1717
*
1818
* @var string
1919
*/
20-
public const HOME = '/dashboard';
20+
public const HOME = '/';
2121

2222
/**
2323
* Define your route model bindings, pattern filters, and other route configuration.

0 commit comments

Comments
 (0)