Browse Source

Need to make action a GET not a POST

pull/14/head
Eddie Hinkle 6 years ago
parent
commit
2ab6adbe03
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      compass/resources/views/settings.blade.php

+ 1
- 1
compass/resources/views/settings.blade.php View File

@ -98,7 +98,7 @@
<button type="submit" class="ui button primary">Connect</button>
</form>
@else
<form action="/settings/{{ $database->name }}/auth/remove" method="post" class="ui form">
<form action="/settings/{{ $database->name }}/auth/remove" method="get" class="ui form">
<div class="field">
<p>You are currently posting to <strong>{{$database->micropub_endpoint}}</strong>. Any trips that are written to this database will be sent to that endpoint as well.</p>
</div>

Loading…
Cancel
Save