From 168abc2c8512343f2a65461c6791ae852ae64665 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 2 Feb 2025 13:16:00 +0200 Subject: feat: Make require_login return the user object if the token is valid --- views/list/update/index.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'views/list/update') diff --git a/views/list/update/index.php b/views/list/update/index.php index 9374aef..e8b562c 100644 --- a/views/list/update/index.php +++ b/views/list/update/index.php @@ -1,14 +1,11 @@ AuthorUID); - $user = Database\Cookie::fromDB($TOKEN); } catch(Exception $e) {} ?> -- cgit v1.2.3