-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Context
When a admin user goes through the site registration flow, they have to prove ownership of the site within a predefined number of days.
Problem
The "predefined number of days" is currently hard-coded into the codebase.
See here:
const expiryDay = d.created_at.getDate() + 7 |
This means that if business requirements change, I need to submit a PR to update that hard-coded value and then deploy the change.
Desired Outcome
Figure out a way to be able to dynamically update the expiry threshold in any environment.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request