Skip to content
Snippets Groups Projects
Commit 351d07ca authored by Chiquita Ahsanunnisa's avatar Chiquita Ahsanunnisa
Browse files

fix: jwt check interval

parent dfc4b494
2 merge requests!23Dev,!21feat/auth
......@@ -27,6 +27,6 @@ class BondomanApp : Application() {
const val ACTION_AUTHORIZED = "com.example.bondoman.ACTION_AUTHORIZED"
const val ACTION_UNAUTHORIZED = "com.example.bondoman.ACTION_UNAUTHORIZED"
const val LOCATION_MARK: Double = 200.0
const val JWT_CHECK_INTERVAL: Long = 6000
const val JWT_CHECK_INTERVAL: Long = 60000 * 3
}
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment