mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 08:13:09 -06:00
Remove unnecessary config parameter in validateEmailIdentity
This commit is contained in:
parent
be656cf2c9
commit
1c5fea6854
|
|
@ -354,7 +354,6 @@ func validateRecaptcha(
|
|||
func validateEmailIdentity(
|
||||
ctx context.Context,
|
||||
cred *threepidCreds,
|
||||
// cfg *config.ClientAPI,
|
||||
) *util.JSONResponse {
|
||||
url := fmt.Sprintf(
|
||||
"https://%s/_matrix/identity/v2/3pid/getValidated3pid",
|
||||
|
|
|
|||
Loading…
Reference in a new issue