mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 19:07:30 +00:00
fix: import totp in add human user with secret (#7936)
* fix: import totp in add human user with secret * fix: import totp in add human user with secret * fix: import totp in add human user with secret * fix: review comment changes
This commit is contained in:
@@ -68,6 +68,9 @@ type AddHuman struct {
|
||||
// Links are optional
|
||||
Links []*AddLink
|
||||
|
||||
// TOTPSecret is optional
|
||||
TOTPSecret string
|
||||
|
||||
// Details are set after a successful execution of the command
|
||||
Details *domain.ObjectDetails
|
||||
|
||||
|
Reference in New Issue
Block a user