rename code to ANILIST_CODE in environment
This commit is contained in:
		@@ -12,7 +12,7 @@ post {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
headers {
 | 
					headers {
 | 
				
			||||||
  Accept: application/json
 | 
					  Accept: application/json
 | 
				
			||||||
  Content-Type: application/json
 | 
					  Content-Type: application/x-www-form-urlencoded
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
body:form-urlencoded {
 | 
					body:form-urlencoded {
 | 
				
			||||||
@@ -20,7 +20,7 @@ body:form-urlencoded {
 | 
				
			|||||||
  client_id: {{ANILIST_APP_ID}}
 | 
					  client_id: {{ANILIST_APP_ID}}
 | 
				
			||||||
  client_secret: {{ANILIST_SECRET_TOKEN}}
 | 
					  client_secret: {{ANILIST_SECRET_TOKEN}}
 | 
				
			||||||
  redirect_uri: http://localhost:6734/callback
 | 
					  redirect_uri: http://localhost:6734/callback
 | 
				
			||||||
  code: {{code}}
 | 
					  code: {{ANILIST_CODE}}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
body:multipart-form {
 | 
					body:multipart-form {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,7 +9,7 @@ vars {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
vars:secret [
 | 
					vars:secret [
 | 
				
			||||||
  ANILIST_ACCESS_TOKEN,
 | 
					  ANILIST_ACCESS_TOKEN,
 | 
				
			||||||
  code,
 | 
					  ANILIST_CODE,
 | 
				
			||||||
  SIMKL_AUTH_TOKEN,
 | 
					  SIMKL_AUTH_TOKEN,
 | 
				
			||||||
  MAL_CODE,
 | 
					  MAL_CODE,
 | 
				
			||||||
  MAL_VERIFIER,
 | 
					  MAL_VERIFIER,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user