add cooldown notification repeat

This commit is contained in:
lendry
2026-06-25 14:45:01 +03:00
parent 6c63343fc7
commit 9671fe458b
11 changed files with 173 additions and 25 deletions

View File

@@ -70,6 +70,7 @@ message PasswordlessOtpResponse {
bool sent = 1;
string expiresAt = 2;
string maskedTarget = 3;
string resendAvailableAt = 4;
}
message PasswordlessVerifyRequest {