Skip to content

Commit 5db77f9

Browse files
committed
After logout re-send the user to the link list; therefor to the login page
1 parent 92e529e commit 5db77f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ServiceProvider.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ private function auth(): void
148148
->withProfileEditTemplate('linky::auth.profile.edit')
149149
->withResetPasswordTemplate('linky::auth.reset-password')
150150
->withVerifyEmailTemplate('linky::auth.verify-email')
151-
->withDashboard('linky.admin.link.index');
151+
->withDashboard('linky.admin.link.index')
152+
->withHomepage('linky.admin.link.index');
152153

153154
$this->app->singleton(Authentication::class, function () {
154155
return new Authentication(config('linky.auth.name'), config('linky.auth.enabled'));

0 commit comments

Comments
 (0)