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.
1 parent 1d15cfd commit 1c08c79Copy full SHA for 1c08c79
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