From c1eb39de57a9030665727251097477857a8280bd Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 18 May 2017 17:16:28 +0100 Subject: [PATCH] Show error messages in config page --- resources/views/micropub/config.blade.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/views/micropub/config.blade.php b/resources/views/micropub/config.blade.php index ea97003a..da781920 100644 --- a/resources/views/micropub/config.blade.php +++ b/resources/views/micropub/config.blade.php @@ -5,6 +5,9 @@ Micropub Config « @stop @section('content') +@if (session('error')) +

{{ session('error') }}

+@endif

The values for your micropub endpoint.

Me (your url)
{{ $data['me'] }}