Skip to content

Commit 1c332a8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6b3d202 commit 1c332a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework_simplejwt/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"REFRESH_TOKEN_LIFETIME": timedelta(days=1),
1616
"ROTATE_REFRESH_TOKENS": False,
1717
"BLACKLIST_AFTER_ROTATION": False,
18-
# Whether to update the `last_login` timestamp on the user model after successful authentication.
18+
# Whether to update the `last_login` timestamp on the user model after successful authentication.
1919
"UPDATE_LAST_LOGIN": False,
2020
"ALGORITHM": "HS256",
2121
"SIGNING_KEY": settings.SECRET_KEY,

0 commit comments

Comments
 (0)