fi: type correction around google OAUTH2 provider
This commit is contained in:
parent
316b4e42af
commit
76dc90d587
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue