From 0d5738a2bc9dd4f5edf582f7cea3614bcbb44842 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 2 Feb 2025 12:23:02 +0200 Subject: feat!(views): Rename profile to user --- views/profile/authenticate.php | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 views/profile/authenticate.php (limited to 'views/profile/authenticate.php') diff --git a/views/profile/authenticate.php b/views/profile/authenticate.php deleted file mode 100644 index e4cf47e..0000000 --- a/views/profile/authenticate.php +++ /dev/null @@ -1,24 +0,0 @@ -Username; -} -catch(Exception $e) { - http_response_code(401); - header('Content-Type: text/plain'); - echo 'Bad token!'; -} - -exit; -- cgit v1.2.3