mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-20 19:39:23 +02:00
Fix linter issue
This commit is contained in:
parent
107cdc3b0e
commit
6be3725612
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ class Client(oic.Client):
|
||||||
"client_secret": self.client_secret,
|
"client_secret": self.client_secret,
|
||||||
},
|
},
|
||||||
authn_method=self.registration_response["token_endpoint_auth_method"],
|
authn_method=self.registration_response["token_endpoint_auth_method"],
|
||||||
# There is a time desync issue between login.gov and cloud,
|
# There is a time desync issue between login.gov and cloud
|
||||||
# this addresses that by adding a clock skew.
|
# this addresses that by adding a clock skew.
|
||||||
# See here: https://github.com/GSA-TTS/FAC/pull/1968#pullrequestreview-1601224051
|
# See here: https://github.com/GSA-TTS/FAC/pull/1968#pullrequestreview-1601224051
|
||||||
skew=10,
|
skew=10,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue