Minor refactor for oauth.:wq

This commit is contained in:
Paulo Gustavo Veiga
2022-12-17 17:33:59 -08:00
parent 2592d338bb
commit 16180f4c6d
5 changed files with 32 additions and 26 deletions

View File

@@ -20,7 +20,7 @@
clientType: 'rest',
recaptcha2Enabled: ${requestScope['google.recaptcha2.enabled']},
recaptcha2SiteKey: '${requestScope['google.recaptcha2.siteKey']}',
googleOauth2Url: '${requestScope['google.oauth2.url']}'
googleOauth2Url: '${requestScope['security.oauth2.google.url']}'
};
</script>