fix: typo in error

This commit is contained in:
Raymond 2025-07-30 04:30:09 -04:00 committed by Azalea
parent bf51f48961
commit 7b21a38e17

View File

@ -174,7 +174,7 @@ class UserRegistrar(
// Check if we have sent more than 3 confirmation emails in the last 24 hours // Check if we have sent more than 3 confirmation emails in the last 24 hours
if (resets.count { it.createdAt.plusSeconds(60 * 60 * 24).isAfter(Instant.now()) } > 3) { if (resets.count { it.createdAt.plusSeconds(60 * 60 * 24).isAfter(Instant.now()) } > 3) {
400 - "Reset request rejected- STATE_1" 400 - "Reset request rejected - STATE_1"
} }
// Send a password reset email // Send a password reset email