don't add a random period???

This commit is contained in:
Henry Hiles 2025-10-07 22:43:14 -04:00
commit cdd4079418
No known key found for this signature in database

View file

@ -88,7 +88,7 @@ void main(List<String> argsRaw) async {
.sendMessage( .sendMessage(
plainText: plainText:
"""Your registration for Federated Nexus has been accepted! Your credentials are: """Your registration for Federated Nexus has been accepted! Your credentials are:
Username: ${registration.username}. Username: ${registration.username}
Password: $password Password: $password
If you have any questions, check out our documentation: https://federated.nexus/services/matrix/. If you have any questions, check out our documentation: https://federated.nexus/services/matrix/.
@ -97,7 +97,7 @@ If you have any issues, reply to this email.""",
markdown: markdown:
"""# Your registration for Federated Nexus has been accepted! """# Your registration for Federated Nexus has been accepted!
## Your credentials are: ## Your credentials are:
- ### Username: ${registration.username}. - ### Username: ${registration.username}
- ### Password: $password - ### Password: $password
If you have any questions, check out [our documentation](https://federated.nexus/services/matrix/). If you have any questions, check out [our documentation](https://federated.nexus/services/matrix/).