Frankie B
0f52d80ca6
* Just commit it all * Require auth * crap * Update homepage * Block AI scrapers * Update cache update script * Add dummy file * Remove unnecessary lastfm config var * Use withQueryParameters for LastFM API * Fix embeds * Update example env * Smard
9 lines
197 B
PHP
9 lines
197 B
PHP
<x-minimal>
|
|
<x-slot:title>Error 401: Unauthorized User!</x-slot:title>
|
|
<h1>{{ $error }}</h1>
|
|
<hr>
|
|
@if(isset($description))
|
|
<p>{{ $description }}</p>
|
|
@endif
|
|
</x-minimal>
|