mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +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