fi: type correction around google OAUTH2 provider

This commit is contained in:
Paul Canham 2024-05-30 09:42:23 +01:00 committed by GitHub
parent 316b4e42af
commit 76dc90d587
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 {
switch (registrationId) {
case "gogole":
case "google":
return getGoogle();
case "github":
return getGithub();