don't add a random period???
This commit is contained in:
parent
8818825f17
commit
cdd4079418
1 changed files with 2 additions and 2 deletions
|
@ -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/).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue