mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: return correct information
This commit is contained in:
@@ -169,7 +169,6 @@ export const authRouter = createTRPCRouter({
|
||||
}),
|
||||
|
||||
get: protectedProcedure.query(async ({ ctx }) => {
|
||||
console.log(ctx.user);
|
||||
const auth = await findAuthById(ctx.user.id);
|
||||
return auth;
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user