mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 15:00:16 +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,
|
||||
'username': username,
|
||||
'invite': invite_code,
|
||||
'passowrd': password,
|
||||
'password': password,
|
||||
'email': email,
|
||||
}
|
||||
path = DISCORD_URL + "/auth/register"
|
||||
|
Loading…
x
Reference in New Issue
Block a user