Skip to content

Commit

Permalink
style: cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
MickaelCa committed Oct 11, 2024
1 parent 6959927 commit 5a432c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/OAuth/GoogleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function auth(): Response
'https://www.googleapis.com/auth/userinfo.email',
'https://www.googleapis.com/auth/userinfo.profile',
], ['redirect_uri' => $this->generateUrl('login_google_check', [], UrlGeneratorInterface::ABSOLUTE_URL)])
;
;
}

/**
Expand Down

0 comments on commit 5a432c9

Please sign in to comment.