diff --git a/components/user.templ b/components/user.templ index 6a02cce..2a270e8 100644 --- a/components/user.templ +++ b/components/user.templ @@ -1,11 +1,13 @@ package components import ( - "github.com/logto-io/go/core" "unicode" + + "github.com/zitadel/oidc/v3/pkg/oidc" + openid "github.com/zitadel/zitadel-go/v3/pkg/authentication/oidc" ) -templ User(claims core.IdTokenClaims) { +templ User(authCtx *openid.UserInfoContext[*oidc.IDTokenClaims, *oidc.UserInfo]) {