mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-01-26 13:59:29 -06:00
15 lines
371 B
PHP
15 lines
371 B
PHP
@extends('errors.layout')
|
|
|
|
@section('title')
|
|
Error 401: Unauthorized!
|
|
@stop
|
|
|
|
@section('container')
|
|
<h1 class="mt-5 text-center">
|
|
<i class="fa fa-exclamation-circle text-warning"></i> Error 401: Unauthorized!
|
|
</h1>
|
|
|
|
<div class="separator"></div>
|
|
|
|
<p class="text-center">Error code response for missing or invalid authentication token.</p>
|
|
@stop |