Admin: Display error message

This commit is contained in:
weeb 2025-05-03 12:04:37 +02:00
parent a3235c70e7
commit 2717babc4b

View File

@ -9,6 +9,13 @@
</label> </label>
</div> </div>
@if ($error)
<flux:callout variant="danger" icon="x-circle" class="mb-4">
<flux:callout.heading>Something went wrong. Most likely your synapse access token is invalid or expired!
</flux:callout.heading>
</flux:callout>
@endif
<table class="w-full border-collapse border border-gray-300 dark:border-neutral-950 rounded-lg"> <table class="w-full border-collapse border border-gray-300 dark:border-neutral-950 rounded-lg">
<thead class="bg-gray-100 dark:bg-neutral-900"> <thead class="bg-gray-100 dark:bg-neutral-900">
<tr> <tr>