Skip to content

Commit

Permalink
fix(jans-config-api): Fixing runtime ambiguity for RegistrationPersis…
Browse files Browse the repository at this point in the history
…tenceService.java (#3756)
  • Loading branch information
maduvena authored Feb 1, 2023
1 parent 3ce4bb2 commit 83c7b50
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ public String getUserInum(String userName)
return userService.getUserInum(userName);
}

@Inject
@Named("userFido2Srv")
protected UserService userService;

}

0 comments on commit 83c7b50

Please sign in to comment.