mirror of
https://github.com/kemayo/leech
synced 2026-01-01 05:07:22 +01:00
AO3: utf8 field no longer in login form
This commit is contained in:
parent
08abe54e79
commit
56bc2b941c
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ class ArchiveOfOurOwn(Site):
|
|||
'user[password]': login_details[1],
|
||||
# standard fields:
|
||||
'user[remember_me]': '1',
|
||||
'utf8': form.find(attrs={'name': 'utf8'})['value'],
|
||||
'authenticity_token': form.find(attrs={'name': 'authenticity_token'})['value'],
|
||||
'commit': 'Log in',
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue