🔨」 fix(auth): now logout on removal

This commit is contained in:
2025-10-23 16:01:37 +02:00
parent e15cb8e776
commit 583cf55cf8

View File

@ -24,6 +24,7 @@ export async function remove(request, reply, fastify) {
return reply
.code(200)
.clearCookie("token")
.send({
msg: "User successfully deleted"
})