phpldapadmin/resources/views/errors/401.blade.php

9 lines
173 B
PHP

@extends('architect::layouts.error')
@section('error')
401: @lang('LDAP Authentication Error')
@endsection
@section('content')
{{ $exception->getMessage() }}
@endsection