This repository was archived by the owner on Sep 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed
Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 1414limitations under the License.
1515#}
1616
17- Hi < b > {{ user.username }}</ b > ,< br />
17+ Hello {{ user.username }},< br />
1818< br />
19- your email verification code is:
20- < br />
21- < strong > {{ verification.code }}</ strong > < br />
22- < br />
23- kthxbye
19+ Your verification code to confirm this email address is: < strong > {{ verification.code }}</ strong > < br />
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515#}
1616
17- Your auth service verification code is: {{ verification.code }}
17+ Your email verification code is: {{ verification.code }}
Original file line number Diff line number Diff line change @@ -14,10 +14,7 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515#}
1616
17- Hi {{ user.username }},
1817
19- your email verification code is:
18+ Hello {{ user.username }},
2019
21- {{ verification.code }}
22-
23- kthxbye
20+ Your verification code to confirm this email address is: {{ verification.code }}
You can’t perform that action at this time.
0 commit comments