fix: migration, key rotation and org event reducing (#1403)

* fix: migration, key rotation and org event reducing

* fix oidc app

* pointer receiver name
This commit is contained in:
Livio Amstutz
2021-03-10 14:32:56 +01:00
committed by GitHub
parent c71a30de76
commit 87a2e18a4d
8 changed files with 34 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
package usergrant
package keypair
import (
"github.com/caos/zitadel/internal/eventstore"

View File

@@ -1,4 +1,4 @@
package usergrant
package keypair
import (
"github.com/caos/zitadel/internal/eventstore"

View File

@@ -1,4 +1,4 @@
package usergrant
package keypair
import (
"context"