Remove inaccurate TODO
This commit is contained in:
parent
884fd0125a
commit
33c38b3a51
|
@ -56,7 +56,6 @@ public class AuthenticationManagerConfiguration {
|
|||
+ user.getPassword() + "\n\n");
|
||||
}
|
||||
|
||||
// TODO: Add the management role...
|
||||
Set<String> roles = new LinkedHashSet<String>(user.getRole());
|
||||
|
||||
builder.withUser(user.getName()).password(user.getPassword())
|
||||
|
|
Loading…
Reference in New Issue