production hardening
This commit is contained in:
@@ -22,6 +22,7 @@ describe('UsersController', () => {
|
||||
const mockAuthUser: AuthenticatedUser = {
|
||||
userId: 'uuid-123',
|
||||
email: 'test@example.com',
|
||||
tokenType: 'access',
|
||||
roles: ['user'],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user