aboutsummaryrefslogtreecommitdiff
path: root/resources/views/errors/no-auth.blade.php
diff options
context:
space:
mode:
authorfloppydiskette <git@diskfloppy.me>2024-08-08 22:22:38 +0100
committerfloppydiskette <git@diskfloppy.me>2024-08-08 22:22:38 +0100
commit04fc009874db2d539ad881b649f7ebb512f05312 (patch)
tree9934681b96c15ceffbc9ce8d682621ff875f1b4f /resources/views/errors/no-auth.blade.php
parentfc5cd70e729f639aaf1c6ff6a4bf3d5d52664de9 (diff)
Init rails apprails
Diffstat (limited to 'resources/views/errors/no-auth.blade.php')
-rw-r--r--resources/views/errors/no-auth.blade.php8
1 files changed, 0 insertions, 8 deletions
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')
- <h1>Error 401: Unauthorized User!</h1>
- <hr>
- <p>Woah there! Only authorized users can access this page. Please <a href="/login">log in</a> to proceed.</p>
- <p>Ended up here on accident? Click <a href="/">here</a> to return to the homepage</u>!</p>
-@stop