Skip to content

Commit

Permalink
Don't understand why this breaks without the @slf4j
Browse files Browse the repository at this point in the history
The fact that this is a Grails controller it should have that
automatically.
  • Loading branch information
tucker-bluesage authored and puneetbehl committed Oct 16, 2023
1 parent 12f8f2c commit 116d575
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import org.springframework.web.servlet.ModelAndView
* Based on SpringSecurityOAuthController:2.1.0.RC4
*/
@Secured('permitAll')
@Slf4j
class SpringSecurityOAuth2Controller {

public static final String SPRING_SECURITY_OAUTH_TOKEN = 'springSecurityOAuthToken'
Expand Down

0 comments on commit 116d575

Please sign in to comment.