This commit is contained in:
2026-07-18 10:52:32 +08:00
parent 2dcafae465
commit b5ef58f434
61 changed files with 1274 additions and 2142 deletions

View File

@@ -151,6 +151,7 @@ func (c *SSOController) AdminCreateProvider(ctx *gin.Context) {
}
provider := &model.SSOProvider{
ID: utils.GenID(),
Name: req.Name,
Type: req.Type,
DisplayName: req.DisplayName,