Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Fix old_login; something got broken in last merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmcbrayer committed Aug 28, 2018
1 parent 253a6d9 commit bc9cbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brutaldon/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def old_login(request):
client = client,
preferences = preferences)
try:
access_token = mastodon.log_in(username,
access_token = mastodon.log_in(email,
password,
scopes=['read', 'write', 'follow'])
account.access_token = access_token
Expand Down

0 comments on commit bc9cbd1

Please sign in to comment.