Also increase refresh_token
This commit is contained in:
parent
6938022fa8
commit
286bf65c3a
@ -40,7 +40,7 @@ class Migration(migrations.Migration):
|
|||||||
field=models.CharField(
|
field=models.CharField(
|
||||||
blank=True,
|
blank=True,
|
||||||
help_text="The refresh token to use for token authentication e.g. with oauth2.",
|
help_text="The refresh token to use for token authentication e.g. with oauth2.",
|
||||||
max_length=2048,
|
max_length=3072,
|
||||||
null=True,
|
null=True,
|
||||||
verbose_name="refresh token",
|
verbose_name="refresh token",
|
||||||
),
|
),
|
||||||
|
@ -64,7 +64,7 @@ class MailAccount(document_models.ModelWithOwner):
|
|||||||
|
|
||||||
refresh_token = models.CharField(
|
refresh_token = models.CharField(
|
||||||
_("refresh token"),
|
_("refresh token"),
|
||||||
max_length=2048,
|
max_length=3072,
|
||||||
blank=True,
|
blank=True,
|
||||||
null=True,
|
null=True,
|
||||||
help_text=_(
|
help_text=_(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user