Last changes before I try self hosting for the sake of fixing any auth errors and setting up auth correctly on both sides

This commit is contained in:
2026-01-11 15:43:03 -05:00
parent 674b224467
commit c6a89f5ed0
2 changed files with 5 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ export default function UseSendProvider(config: EmailUserConfig): EmailConfig {
id: 'usesend',
type: 'email',
name: 'UseSend',
from: 'TechTracker <admin@techtracker.gbrown.org>',
from: 'Study Buddy <admin@techtracker.gbrown.org>',
maxAge: 24 * 60 * 60, // 24 hours
async generateVerificationToken() {