1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-09-21 12:20:13 +02:00

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();