Skip to content

Commit

Permalink
Merge pull request #10 from szonov/feature/issue_7
Browse files Browse the repository at this point in the history
ref #7 fixed form action in two-factor-challenge blade
  • Loading branch information
tabuna authored Aug 4, 2022
2 parents 3925504 + 7bf615c commit 1ff3534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/auth/two-factor-challenge.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
data-turbo="{{ var_export(Str::startsWith(request()->path(), config('platform.prefix'))) }}"
data-form-button-animate="#button-login"
data-form-button-text="{{ __('Loading...') }}"
action="{{ url('two-factor-challenge') }}">
action="{{ route('two-factor.login') }}">
@csrf

<div class="form-group">
Expand Down

0 comments on commit 1ff3534

Please sign in to comment.