feat: create accounts to partition money

This commit is contained in:
juancwu 2026-02-13 00:56:07 +00:00
commit d6f6790c4d
11 changed files with 1026 additions and 4 deletions

View file

@ -93,8 +93,8 @@ func (c *Config) Sanitized() *Config {
Port: c.Port,
AppTagline: c.AppTagline,
MailerEmailFrom: c.MailerEmailFrom,
SupportEmail: c.SupportEmail,
MailerEmailFrom: c.MailerEmailFrom,
SupportEmail: c.SupportEmail,
GoogleMeasuringID: c.GoogleMeasuringID,
Version: c.Version,