Skip to content

Commit

Permalink
fix two factor challenge link
Browse files Browse the repository at this point in the history
  • Loading branch information
MuchQuak committed Nov 19, 2024
1 parent 33f89db commit 834af78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<x-layout>
<form hx-post="/two-factor-challenge" hx-target="body" hx-swap="outerHTML">
<form hx-post="{{ url('/two-factor-challenge') }}" hx-target="body" hx-swap="outerHTML">
@csrf
<x-input label="Code" id="code" />
@foreach ($errors->all() as $error)
Expand Down

0 comments on commit 834af78

Please sign in to comment.