fix logout

This commit is contained in:
gowthaman 2024-05-08 14:30:29 +05:30
parent 75c79ba02b
commit d8d2caddfb

View File

@ -207,6 +207,8 @@ object Auth {
.onEach { .onEach {
it.loggedOut = true it.loggedOut = true
}) })
ctx.json(mapOf("status" to true))
} }
fun refreshToken(ctx: Context) { fun refreshToken(ctx: Context) {