dashboard #6

Merged
v4l3n71n merged 27 commits from dashboard into master 2022-08-25 21:30:04 +00:00
Showing only changes of commit 948e35ae12 - Show all commits

View File

@ -74,7 +74,7 @@ public class UsersRessources {
nbPages = 20; nbPages = 20;
} }
if(page == null){ if(page == null){
page = 1; page = 0;
} }
UUID kid = UUID.fromString(jwt.getClaim(Claims.kid)); UUID kid = UUID.fromString(jwt.getClaim(Claims.kid));
UsersEntity user = UsersEntity.findById(kid); UsersEntity user = UsersEntity.findById(kid);