fix for phone generation on email signup
This commit is contained in:
parent
cee960fea0
commit
3409f190b9
20 changed files with 457 additions and 54 deletions
|
|
@ -9,6 +9,11 @@ type PhoneChangeRequest struct {
|
|||
Date int
|
||||
ExcludeAuthKeyID [8]byte
|
||||
ExcludeSessionID int64
|
||||
// SignupEmail, when non-empty, is written to users.signup_email in the
|
||||
// same transaction as Phone. Only email-signup phone changes set this
|
||||
// (see account.Service.ChangePhone); ordinary phone-number changes leave
|
||||
// it as the zero value and the column untouched.
|
||||
SignupEmail string
|
||||
}
|
||||
|
||||
type PhoneChangeResult struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue