Skip to content

Commit 61fbc5f

Browse files
authored
Update SecurityConfig.java
1 parent 22548ba commit 61fbc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/wfprev-api/src/main/java/ca/bc/gov/nrs/wfprev/SecurityConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti
9696
)
9797
.oauth2ResourceServer(oauth2 -> oauth2
9898
.authenticationManagerResolver(authenticationManagerResolver())
99-
)
99+
);
100100

101101
return http.build();
102102
}

0 commit comments

Comments
 (0)