Skip to content

Commit 2b16b8c

Browse files
committed
Fix typo
1 parent b6562bb commit 2b16b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailauth/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def get_initial(self):
4747

4848

4949
class LoginTokenView(DjangoLoginView):
50-
"""Authenticate a user via a access token."""
50+
"""Authenticate a user via an access token."""
5151

5252
redirect_field_name = REDIRECT_FIELD_NAME
5353

0 commit comments

Comments
 (0)