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:
Me
2022-12-05 03:15:57 +01:00
parent e9e4f564eb
commit 450f6873a6
8 changed files with 196 additions and 132 deletions

View File

@@ -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);
}