mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 23:57:31 +00:00
bla
This commit is contained in:
@@ -31,6 +31,11 @@ func NewSetEmailCommand(userID, email string, verificationType SetEmailOpt) *Set
|
||||
return cmd
|
||||
}
|
||||
|
||||
// String implements [Commander].
|
||||
func (cmd *SetEmailCommand) String() string {
|
||||
return "SetEmailCommand"
|
||||
}
|
||||
|
||||
func (cmd *SetEmailCommand) Execute(ctx context.Context, opts *CommandOpts) error {
|
||||
close, err := opts.EnsureTx(ctx)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user