Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
removed interceptor from login
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaGalabut committed Nov 29, 2023
1 parent c562a33 commit 49d6f53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion oap-ws-sso/src/main/resources/META-INF/oap-module.conf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ services {
path = auth
sessionAware = true
interceptors = [
oap-ws-sso.oap-ws-sso-jwt-security-interceptor
oap-ws-sso-api.oap-ws-sso-throttle-login-interceptor
]
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</distributionManagement>

<properties>
<oap-ws.project.version>21.0.2</oap-ws.project.version>
<oap-ws.project.version>21.0.3</oap-ws.project.version>
<oap.deps.oap.version>21.0.1</oap.deps.oap.version>

<oap.deps.mail.version>21.0.0</oap.deps.mail.version>
Expand Down

0 comments on commit 49d6f53

Please sign in to comment.