fix email issues

This commit is contained in:
Krrish Ghimire
2026-07-10 12:02:40 +05:45
parent 84316e9c53
commit bbd6e6d007
3 changed files with 7 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ public class StubEmailService extends EmailService {
private int sendCount;
public StubEmailService() {
super(null, "http://localhost:4200");
super(null, "http://localhost:4200", "noreply@indie.app");
}
@Override