Fix to logout when token expires
This commit is contained in:
@@ -105,6 +105,7 @@ class Auth : Client() {
|
||||
token.status = 1
|
||||
} else {
|
||||
Log.d("Status", con.responseMessage)
|
||||
token.status = 0
|
||||
}
|
||||
} catch (err: Exception) {
|
||||
err.printStackTrace()
|
||||
|
Reference in New Issue
Block a user