Improve OAuth error handling.

This commit is contained in:
Paulo Gustavo Veiga
2023-04-01 13:33:15 -07:00
parent 7918bc20d0
commit 6acde03327
20 changed files with 333 additions and 289 deletions

View File

@@ -18,7 +18,7 @@
<property name="velocityEngineWrapper" ref="velocityEngineWrapper"/>
</bean>
<bean id="httpInvoker" class="com.wisemapping.service.http.HttpInvoker">
<bean id="httpInvoker" class="com.wisemapping.service.google.http.HttpInvoker">
</bean>
<bean id="googleService" class="com.wisemapping.service.google.GoogleService">