fix: WebAuthN (registration / login) and list on users (#4290)

* fix: WebAuthN when running under non default port

* fix: remove notification schema from list of views / failed events

* fix: auth method column type in user auth methods
This commit is contained in:
Livio Spring
2022-09-01 09:10:07 +02:00
committed by GitHub
parent b79670ea96
commit 32b751a3a0
5 changed files with 52 additions and 52 deletions

View File

@@ -8,7 +8,7 @@ import (
"github.com/zitadel/zitadel/internal/view/repository"
)
var dbList = []string{"auth", "adminapi", "notification"}
var dbList = []string{"auth", "adminapi"}
type AdministratorRepo struct {
View *view.View