Skip to content

Commit

Permalink
Update src/main/java/org/jenkinsci/test/acceptance/po/OicAuthSecurity…
Browse files Browse the repository at this point in the history
…Realm.java

Co-authored-by: James Nord <[email protected]>
  • Loading branch information
fcojfernandez and jtnord authored Sep 2, 2024
1 parent 7e52a88 commit ac188a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Security Realm provided by oic-auth plugin
*/
@Describable({"Login with Openid Connect", "Login with Openid Connect"})
@Describable("Login with Openid Connect")
public class OicAuthSecurityRealm extends SecurityRealm {

public OicAuthSecurityRealm(GlobalSecurityConfig context, String path) {
Expand Down

0 comments on commit ac188a0

Please sign in to comment.