Remove unnecessary config parameter in validateEmailIdentity

This commit is contained in:
Piotr Kozimor 2021-04-19 13:23:40 +02:00
parent be656cf2c9
commit 1c5fea6854

View file

@ -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",