mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-05 07:22:05 +00:00
feat(queries): user IDP links (#2751)
This commit is contained in:
@@ -98,6 +98,10 @@ var (
|
||||
name: projection.IDPAutoRegisterCol,
|
||||
table: idpTable,
|
||||
}
|
||||
IDPTypeCol = Column{
|
||||
name: projection.IDPTypeCol,
|
||||
table: idpTable,
|
||||
}
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user