mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 19:07:30 +00:00
fix(login): prevent init mail on idp registration (#7895)
This commit is contained in:
@@ -519,6 +519,7 @@ func TestCommandSide_AddHuman(t *testing.T) {
|
||||
1*time.Hour,
|
||||
"https://example.com/email/verify?userID={{.UserID}}&code={{.Code}}",
|
||||
false,
|
||||
"",
|
||||
),
|
||||
),
|
||||
),
|
||||
@@ -591,6 +592,7 @@ func TestCommandSide_AddHuman(t *testing.T) {
|
||||
1*time.Hour,
|
||||
"",
|
||||
true,
|
||||
"",
|
||||
),
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user