Skip to content
Snippets Groups Projects
Commit 0b7f3272 authored by Sigurd's avatar Sigurd
Browse files

Linter changes done

Currently not able to run pylint for django, remaining pylint errors are irrellevant for django or is based on comments
parent 2147a475
No related branches found
No related tags found
No related merge requests found
Pipeline #169810 passed with stage
in 26 seconds
......@@ -86,6 +86,7 @@ class RememberMe(
# Validate signature
if sign == self.sign_user(user):
return user
return None
def rememberme(self):
creds = [self.request.user, self.sign_user(str(self.request.user))]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment