fix logout
This commit is contained in:
parent
75c79ba02b
commit
d8d2caddfb
@ -207,6 +207,8 @@ object Auth {
|
||||
.onEach {
|
||||
it.loggedOut = true
|
||||
})
|
||||
|
||||
ctx.json(mapOf("status" to true))
|
||||
}
|
||||
|
||||
fun refreshToken(ctx: Context) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user