mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-28 01:03:10 -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(
|
func validateEmailIdentity(
|
||||||
ctx context.Context,
|
ctx context.Context,
|
||||||
cred *threepidCreds,
|
cred *threepidCreds,
|
||||||
// cfg *config.ClientAPI,
|
|
||||||
) *util.JSONResponse {
|
) *util.JSONResponse {
|
||||||
url := fmt.Sprintf(
|
url := fmt.Sprintf(
|
||||||
"https://%s/_matrix/identity/v2/3pid/getValidated3pid",
|
"https://%s/_matrix/identity/v2/3pid/getValidated3pid",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue