Skip to content

Commit

Permalink
docs: typo (#3586)
Browse files Browse the repository at this point in the history
  • Loading branch information
maduvena authored Jan 10, 2023
1 parent 58e91c5 commit 0ff51d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/admin/developer/managed-beans.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ authenticationService = CdiUtil.bean(AuthenticationService)
logged_in = authenticationService.authenticate(user_name, user_password)
# 2. authenticate method without passing password parameter
logged_in = authenticationService.authenticate(user_name, user_password)
logged_in = authenticationService.authenticate(user_name)
#3. obtain an authenticated user
user = authenticationService.getAuthenticatedUser()
Expand Down

0 comments on commit 0ff51d3

Please sign in to comment.