Skip to content

Commit 4691752

Browse files
committed
Rolled back routes changes which includes auth.
1 parent 3e53933 commit 4691752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
Route::group(['middleware' => ['web', 'auth'], 'namespace' => '\Thecodework\TwoFactorAuthentication\Http\Controllers'], function () {
3+
Route::group(['middleware' => ['web'], 'namespace' => '\Thecodework\TwoFactorAuthentication\Http\Controllers'], function () {
44
Route::get('verify-2fa', 'TwoFactorAuthenticationController@verifyTwoFactorAuthentication');
55
Route::post('verify-2fa', 'TwoFactorAuthenticationController@verifyToken');
66
Route::get(config('2fa-config.setup_2fa'), 'TwoFactorAuthenticationController@setupTwoFactorAuthentication');

0 commit comments

Comments
 (0)