From da992ff1b780bf687ba2093d36c2def943296ec5 Mon Sep 17 00:00:00 2001 From: RoscoeDeWah Date: Thu, 16 Jan 2025 13:42:14 +0000 Subject: Remove unused stuff --- resources/views/errors/no-auth.blade.php | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 resources/views/errors/no-auth.blade.php (limited to 'resources/views/errors/no-auth.blade.php') diff --git a/resources/views/errors/no-auth.blade.php b/resources/views/errors/no-auth.blade.php deleted file mode 100644 index 1d99498..0000000 --- a/resources/views/errors/no-auth.blade.php +++ /dev/null @@ -1,8 +0,0 @@ -@extends('layouts.minimal') -@section('title', 'Error 401: Unauthorized User!') -@section('content') -

Error 401: Unauthorized User!

-
-

Woah there! Only authorized users can access this page. Please log in to proceed.

-

Ended up here on accident? Click here to return to the homepage!

-@stop -- cgit v1.2.3-54-g00ecf