mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-10 05:22:39 +00:00
feat: Privacy policy (#1957)
* feat: command side privacy policy * feat: add privacy policy to api * feat: add privacy policy query side * fix: add privacy policy to mgmt api * fix: add privacy policy to auth and base data * feat: use privacyPolicy in login gui * feat: use privacyPolicy in login gui * feat: test org fatures * feat: typos * feat: tos in register
This commit is contained in:
@@ -22,6 +22,7 @@ type IAMSetUp struct {
|
||||
Step14 *command.Step14
|
||||
Step15 *command.Step15
|
||||
Step16 *command.Step16
|
||||
Step17 *command.Step17
|
||||
}
|
||||
|
||||
func (setup *IAMSetUp) Steps(currentDone domain.Step) ([]command.Step, error) {
|
||||
@@ -44,6 +45,7 @@ func (setup *IAMSetUp) Steps(currentDone domain.Step) ([]command.Step, error) {
|
||||
setup.Step14,
|
||||
setup.Step15,
|
||||
setup.Step16,
|
||||
setup.Step17,
|
||||
} {
|
||||
if step.Step() <= currentDone {
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user