mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Remove custom 403 view, use default
This commit is contained in:
parent
8374ebf0f8
commit
ae95c3153a
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
|||
@extends('layouts.app')
|
||||
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<div class="error-page py-5 my-5">
|
||||
<div class="card mx-5">
|
||||
<div class="card-body p-5 text-center">
|
||||
<h1 class="mb-0">403 – Forbidden</h1>
|
||||
<p class="mb-0 text-muted lead">You do not have permission to view this page.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
Loading…
Reference in a new issue