renamed email template file

This commit is contained in:
Sam
2021-02-22 13:30:17 +00:00
parent c9d3f66fb8
commit 41c07e711a
4 changed files with 2 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ def get_tokens_for_user(user):
'access': str(refresh.access_token),
}
def get_auth_token(client, email, password):
credentials = {
'email': email,