We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d15cfd + 1c08c79 commit 952ba94Copy full SHA for 952ba94
src/app/Library/Auth/RedirectsUsers.php
@@ -15,6 +15,6 @@ public function redirectPath()
15
return $this->redirectTo();
16
}
17
18
- return property_exists($this, 'redirectTo') ? $this->redirectTo : '/home';
+ return property_exists($this, 'redirectTo') ? $this->redirectTo : '/dashboard';
19
20
0 commit comments