From 04fc009874db2d539ad881b649f7ebb512f05312 Mon Sep 17 00:00:00 2001 From: floppydiskette Date: Thu, 8 Aug 2024 22:22:38 +0100 Subject: Init rails app --- 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