mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-09 20:33:40 +00:00
add org default redirect uri
This commit is contained in:
parent
0f379f2db7
commit
cab8631650
@ -32,6 +32,7 @@ func execute(ctx context.Context, cmd *command.Commands, cfg E2EConfig, users []
|
||||
// Avoids the MFA nudge
|
||||
if _, err = cmd.AddLoginPolicy(ctx, org.ResourceOwner, &domain.LoginPolicy{
|
||||
AllowUsernamePassword: true,
|
||||
DefaultRedirectURI: "http://localhost:8080/ui/console",
|
||||
}); err != nil {
|
||||
return err
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user