Skip to content

Commit

Permalink
[4.x] Import oauth controller in web routes (statamic#7941)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonerd committed Apr 18, 2023
1 parent e02e9a9 commit 7570460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use Statamic\Http\Controllers\ForgotPasswordController;
use Statamic\Http\Controllers\FormController;
use Statamic\Http\Controllers\FrontendController;
use Statamic\Http\Controllers\OAuthController;
use Statamic\Http\Controllers\ResetPasswordController;
use Statamic\Http\Controllers\UserController;
use Statamic\Http\Middleware\AuthGuard;
Expand Down

0 comments on commit 7570460

Please sign in to comment.