Added comment

This commit is contained in:
Luca Frosini 2022-01-24 15:57:47 +01:00
parent 8e49a9be04
commit 464515262f
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ public class GCubeSecret extends Secret {
break;
default:
// The client is not an user. Trying to do the best
// The client is not an user. Trying to do the best.
GCubeUser gCubeUser = new GCubeUser();
gCubeUser.setRoles(new HashSet<>(clientInfo.getRoles()));
gCubeUser.setUsername(clientInfo.getId());