diff options
author | Daniel Friesel <derf@finalrewind.org> | 2023-01-08 10:00:42 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2023-01-08 10:00:42 +0100 |
commit | 04817690e8933bb70dfd3f11dede398ed8b14925 (patch) | |
tree | 564fa02000d06adfcadcd1080357753cc40051e9 /lib/Travelynx/Controller/Account.pm | |
parent | 113caf705dbb8461ca903a59e92e8377cb96127f (diff) |
... derp
Diffstat (limited to 'lib/Travelynx/Controller/Account.pm')
-rw-r--r-- | lib/Travelynx/Controller/Account.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Travelynx/Controller/Account.pm b/lib/Travelynx/Controller/Account.pm index d8b104e..b062f90 100644 --- a/lib/Travelynx/Controller/Account.pm +++ b/lib/Travelynx/Controller/Account.pm @@ -992,6 +992,7 @@ sub webfinger { if ( not $user or not $user->{public_level} & 0x22 ) { $self->render( 'not_found', status => 404 ); + return; } my $profile_url |