Skip to content

Commit

Permalink
Change fastMail to use forDomain instead of url (#707)
Browse files Browse the repository at this point in the history
It seems the web clients use `forDomain` instead of `url` for website.
This changes the SDK to send the same values.
  • Loading branch information
Hinton authored Apr 11, 2024
1 parent e7b6c1d commit e0513dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub async fn generate_with_api_url(
"new-masked-email": {
"state": "enabled",
"description": "",
"url": website,
"forDomain": website,
"emailPrefix": null,
},
},
Expand Down

0 comments on commit e0513dc

Please sign in to comment.