mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-03-17 21:36:54 +01:00
fi: type correction around google OAUTH2 provider
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user