Fixed JWT Role assignment and method access

This commit is contained in:
DmitriiCravcenco
2023-10-05 22:25:05 +03:00
parent a6ed3794fe
commit 7f6a0c1f92
5 changed files with 6 additions and 7 deletions

View File

@@ -29,7 +29,7 @@
this.email = email;
this.password = password;
this.role = Role.USER;
this.role = Role.ROLE_USER;
}
}