Fix to logout when token expires

This commit is contained in:
Ivan Agosto 2024-08-09 15:12:42 -06:00
parent 4bbeb284da
commit 48eec0dc88
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ class Auth : Client() {
token.status = 1
} else {
Log.d("Status", con.responseMessage)
token.status = 0
}
} catch (err: Exception) {
err.printStackTrace()