ok so it still works, the settings work more or less properly, and they look better, tho still kinda shit
This commit is contained in:
@@ -38,6 +38,8 @@ export class UsersController {
|
||||
@UseGuards(TwoFactorGuard)
|
||||
@Get()
|
||||
findOne(@Req() req) {
|
||||
console.log("Backend Getting current user");
|
||||
// console.log(this.usersService.findOne(req.user.id));
|
||||
return this.usersService.findOne(req.user.id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user