Skip to content

Commit

Permalink
budgeting/views: let token session expire after 12 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
rine authored and fuzzylogic2000 committed Feb 20, 2023
1 parent 5bdd92e commit 87901fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meinberlin/apps/budgeting/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from . import forms
from . import models

TOKEN_SESSION_EXPIRE = datetime.timedelta(minutes=1)
TOKEN_SESSION_EXPIRE = datetime.timedelta(hours=12)


def get_ordering_choices(view):
Expand Down

0 comments on commit 87901fa

Please sign in to comment.