Merge pull request #1331 from pcanham/hotfix/typo-fix-for-google

fix: type correction around google OAUTH2 provider
This commit is contained in:
Anthony Stirling 2024-05-30 20:54:08 +01:00 committed by GitHub
commit d221654121
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -357,7 +357,7 @@ public class ApplicationProperties {
public Provider get(String registrationId) throws Exception { public Provider get(String registrationId) throws Exception {
switch (registrationId) { switch (registrationId) {
case "gogole": case "google":
return getGoogle(); return getGoogle();
case "github": case "github":
return getGithub(); return getGithub();