Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expires config is not taking in account #8

Open
gido opened this issue Sep 25, 2023 · 0 comments · May be fixed by #10
Open

expires config is not taking in account #8

gido opened this issue Sep 25, 2023 · 0 comments · May be fixed by #10
Assignees
Labels
type: Bug undefined

Comments

@gido
Copy link
Member

gido commented Sep 25, 2023

The expired set in the json config is not taking in account:

{
   "expires": 90
}

this code set always the value to one month:

expirationDate.setMonth(expirationDate.getMonth() + 1);

@gido gido added the type: Bug undefined label Sep 25, 2023
@yannlugrin yannlugrin linked a pull request Oct 5, 2023 that will close this issue
@yannlugrin yannlugrin self-assigned this Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: Bug undefined
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants