Skip to content
Snippets Groups Projects
Commit 66e6ca61 authored by Andrea Scarpino's avatar Andrea Scarpino
Browse files

Drop private_token GET parameter

parent b2aa9e11
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -12,7 +12,6 @@ class AuthenticationRequestInterceptor(private val account: Account) : Intercept
 
companion object {
const val PRIVATE_TOKEN_HEADER_FIELD = "Private-Token"
private const val PRIVATE_TOKEN_GET_PARAMETER = "private_token"
}
 
@Throws(IOException::class)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment