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 String replace(String body) => body
.replaceAll("\${username}", registration.username) .replaceAll("@{username}", registration.username)
.replaceAll("\${password}", password); .replaceAll("@{password}", password);
await container await container
.read(MailClientController.provider.notifier) .read(MailClientController.provider.notifier)