From bbd2744e5462b755fed2670943eadbf7ef866a45 Mon Sep 17 00:00:00 2001 From: steks89 Date: Tue, 27 Sep 2022 20:14:36 +1300 Subject: [PATCH 1/2] Refactoring url() to be using route() instead --- .../views/profile/two-factor-authentication-form.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/profile/two-factor-authentication-form.blade.php b/resources/views/profile/two-factor-authentication-form.blade.php index 3429898..2a78656 100644 --- a/resources/views/profile/two-factor-authentication-form.blade.php +++ b/resources/views/profile/two-factor-authentication-form.blade.php @@ -1,6 +1,6 @@ @if(! auth()->user()->two_factor_secret) {{-- Enable 2FA --}} -
+ @csrf