Support delete user email in admin panel (#31690)
   --------- Co-authored-by: Jason Song <i@wolfogre.com> (cherry picked from commit cc044818c33ff066c4e5869c9e75de9707def6ed)
This commit is contained in:
parent
3d1b8f47c0
commit
d0e52fd641
5 changed files with 54 additions and 0 deletions
|
@ -350,6 +350,7 @@ type SearchEmailOptions struct {
|
|||
|
||||
// SearchEmailResult is an e-mail address found in the user or email_address table
|
||||
type SearchEmailResult struct {
|
||||
ID int64
|
||||
UID int64
|
||||
Email string
|
||||
IsActivated bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue