Shorten security timer

This commit is contained in:
Asaf Gartner 2021-09-05 01:42:43 +03:00
parent b70ae9a3c5
commit 73d0b65371
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import (
)
// TODO(asaf): Adjust this once we test on the server
const ExpectedEmailSendDuration = time.Millisecond * 3000
const ExpectedEmailSendDuration = time.Millisecond * 1500
type RegistrationEmailData struct {
Name string