Skip to content

Commit

Permalink
- Fix google login (#346)
Browse files Browse the repository at this point in the history
Fix google login
  • Loading branch information
mlencki authored Sep 7, 2023
1 parent ab6257c commit 85e2a9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@
->name("login.local.post");
});

Route::get("login/google/start", [GoogleController::class, "redirect"])
->name("login.google.start");
Route::get("login/google/end", [GoogleController::class, "callback"])
->name("login.google.end");
});

0 comments on commit 85e2a9a

Please sign in to comment.