#4 - wip
This commit is contained in:
@@ -21,4 +21,4 @@ Route::middleware("guest")->group(function (): void {
|
||||
->name("login.google.start");
|
||||
Route::get("login/google/end", [GoogleController::class, "callback"])
|
||||
->name("login.google.end");
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user