feat(back+front): user roles expanded + frontend styling
This commit is contained in:
@@ -25,6 +25,7 @@ export class AuthService {
|
||||
sub: user.id,
|
||||
username: user.username,
|
||||
roles: user.roles,
|
||||
picture: user.picture,
|
||||
};
|
||||
|
||||
return { access_token: await this.jwtService.signAsync(payload) };
|
||||
|
||||
Reference in New Issue
Block a user