docs: fix Sender documentation (#176)

* Fixes escaping and missing ". closes #175

* Remove nested interpolation

* Remove the interpolation around the URL
This commit is contained in:
Stefan Wintermeyer 2023-02-06 23:22:45 +01:00 committed by GitHub
parent 52f873c433
commit e008c7a58e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ defmodule AshAuthentication.Sender do
Someone (maybe you) has requested a password reset for your account.
If you did not initiate this request then please ignore this email.
</p>
<a href="#{"https://example.com/user/password/reset?#{URI.encode_query(reset_token: reset_token)}}">
<a href=\"https://example.com/user/password/reset?#{URI.encode_query(reset_token: reset_token)}\">
Click here to reset
</a>
")