mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 23:10:15 +02:00
Corrected typo in register_user function preventing succesful registration.
This commit is contained in:
parent
54d216bdf0
commit
9e72422639
@ -160,7 +160,7 @@ class DiscordAPIManager:
|
|||||||
'fingerprint': None,
|
'fingerprint': None,
|
||||||
'username': username,
|
'username': username,
|
||||||
'invite': invite_code,
|
'invite': invite_code,
|
||||||
'passowrd': password,
|
'password': password,
|
||||||
'email': email,
|
'email': email,
|
||||||
}
|
}
|
||||||
path = DISCORD_URL + "/auth/register"
|
path = DISCORD_URL + "/auth/register"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user