X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FDelegation.php;h=c1cf15759f12e50ccf5cec9270436a6ac52cde87;hb=c18bda9397d0ea9d68ea7a81e6292459317fdbf5;hp=bc3c72e8d008c8b9d248fe9ed4868219930a5dcb;hpb=2e4d654c0a241891a8a64ebd3e49ebde42fad8cc;p=friendica.git diff --git a/src/Module/Delegation.php b/src/Module/Delegation.php index bc3c72e8d0..c1cf15759f 100644 --- a/src/Module/Delegation.php +++ b/src/Module/Delegation.php @@ -108,8 +108,9 @@ class Delegation extends BaseModule $ret = []; Hook::callAll('home_init', $ret); - DI::baseUrl()->redirect('profile/' . DI::app()->getLoggedInUserNickname()); - // NOTREACHED + notice($this->t('You are now logged in as %s', $user['username'])); + + DI::baseUrl()->redirect('network'); } protected function content(array $request = []): string