Skip to content

Commit

Permalink
fix #670
Browse files Browse the repository at this point in the history
  • Loading branch information
dqwiki committed May 22, 2023
1 parent 295cd83 commit 3e5e82f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/appeals/public/needauth.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<div class="card-body">
{{ __('auth.auth-needed-screen.key-text') }}

{{ Form::open(['url' => route('public.appeal.view'), 'method' => 'GET']) }}
{{ Form::open(['url' => route('public.appeal.view'), 'method' => 'POST']) }}
<div class="input-group w-100 mb-3">
{{ Form::text('hash', null, ['class' => 'form-control w-100','placeholder' => __('auth.auth-needed-screen.key-placeholder')]) }}
{{ Form::text('appealkey', null, ['class' => 'form-control w-100','placeholder' => __('auth.auth-needed-screen.key-placeholder')]) }}
</div>

<div>
Expand Down

0 comments on commit 3e5e82f

Please sign in to comment.