Shorten security timer
This commit is contained in:
parent
b70ae9a3c5
commit
73d0b65371
|
@ -18,7 +18,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// TODO(asaf): Adjust this once we test on the server
|
// TODO(asaf): Adjust this once we test on the server
|
||||||
const ExpectedEmailSendDuration = time.Millisecond * 3000
|
const ExpectedEmailSendDuration = time.Millisecond * 1500
|
||||||
|
|
||||||
type RegistrationEmailData struct {
|
type RegistrationEmailData struct {
|
||||||
Name string
|
Name string
|
||||||
|
|
Loading…
Reference in New Issue