replace with @
This commit is contained in:
parent
ba252bd807
commit
80623a7327
1 changed files with 2 additions and 2 deletions
|
|
@ -95,8 +95,8 @@ void main(List<String> argsRaw) async {
|
|||
);
|
||||
|
||||
String replace(String body) => body
|
||||
.replaceAll("\${username}", registration.username)
|
||||
.replaceAll("\${password}", password);
|
||||
.replaceAll("@{username}", registration.username)
|
||||
.replaceAll("@{password}", password);
|
||||
|
||||
await container
|
||||
.read(MailClientController.provider.notifier)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue