fix: bug 2fa redirect to unallowed method (#6703)
Co-authored-by: Alexis Saettler <alexis@saettler.org>
This commit is contained in:
@@ -60,3 +60,4 @@ Geidson Benicio @geidsonc
|
||||
Maximilian Arzberger @Schlauer-Hax <hax@bbn.family>
|
||||
Gregor Bigalke @GregTCLTK <greg@bbn.family>
|
||||
Julián Garcés Rodríguez <juliangarces.jg@gmail.com>
|
||||
Alberto Cuevas Ocegueda <mexslacker@gmail.com>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<form action="{{ session('oauth') ? route('oauth.validate2fa') : route('validate2fa') }}" method="post">
|
||||
<input type="hidden" name="url" value="{{ urlencode(url()->current()) }}" />
|
||||
<input type="hidden" name="url" value="{{ urlencode(route('dashboard.index')) }}" />
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 offset-md-3 offset-md-3-right">
|
||||
<div class="signup-box">
|
||||
|
||||
Reference in New Issue
Block a user