Fixed JWT Role assignment and method access
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
this.email = email;
|
||||
this.password = password;
|
||||
|
||||
this.role = Role.USER;
|
||||
this.role = Role.ROLE_USER;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user