replace with @

This commit is contained in:
Henry Hiles 2026-02-28 20:11:33 -05:00
commit 80623a7327
No known key found for this signature in database

View file

@ -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)