Add a config display page for the micropub client
This commit is contained in:
parent
2f5ad52181
commit
aca16c9d0b
4 changed files with 30 additions and 0 deletions
|
@ -20,6 +20,7 @@ New Note «
|
|||
</form>
|
||||
@else
|
||||
<p>You are authenticated as <code>{{ $url }}</code>, <a href="/logout">log out</a>.</p>
|
||||
<p>Check your <a href="{{ route('micropub-config') }}">configuration</a>.</p>
|
||||
@endif
|
||||
@include('templates.new-note-form', [
|
||||
'micropub' => true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue