1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-09 01:30:20 +02:00

expires in may be not small

This commit is contained in:
2021-11-14 15:49:58 +01:00
parent fe55a2a5ea
commit 49898143ce
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ class AccessToken(models.Model):
verbose_name=_('access token'),
)
expires_in = models.PositiveSmallIntegerField(
expires_in = models.PositiveIntegerField(
verbose_name=_('expires in'),
)