mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -05:00
don't expire email sign in codes on use
we're seeing issues with email clients sniffing links, and causing them to expire before the user gets a chance to click on them. Temporarily disable the expiry while we work on a more permanent solution. The link will still expire after half an hour, and sms codes aren't affected by this change
This commit is contained in:
@@ -6,3 +6,4 @@ env =
|
||||
FIRETEXT_API_KEY=Firetext
|
||||
NOTIFICATION_QUEUE_PREFIX=testing
|
||||
addopts = -v -p no:warnings
|
||||
xfail_strict = true
|
||||
|
||||
Reference in New Issue
Block a user