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:
@ -119,7 +119,7 @@ class AccessToken(models.Model):
|
||||
verbose_name=_('access token'),
|
||||
)
|
||||
|
||||
expires_in = models.PositiveSmallIntegerField(
|
||||
expires_in = models.PositiveIntegerField(
|
||||
verbose_name=_('expires in'),
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user