We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e529e commit 5db77f9Copy full SHA for 5db77f9
src/ServiceProvider.php
@@ -148,7 +148,8 @@ private function auth(): void
148
->withProfileEditTemplate('linky::auth.profile.edit')
149
->withResetPasswordTemplate('linky::auth.reset-password')
150
->withVerifyEmailTemplate('linky::auth.verify-email')
151
- ->withDashboard('linky.admin.link.index');
+ ->withDashboard('linky.admin.link.index')
152
+ ->withHomepage('linky.admin.link.index');
153
154
$this->app->singleton(Authentication::class, function () {
155
return new Authentication(config('linky.auth.name'), config('linky.auth.enabled'));
0 commit comments