1
0
forked from baron/baron-sso

backend code-check 오류 수정

This commit is contained in:
2026-04-24 14:59:40 +09:00
parent 7fd750b587
commit 081cd6739a
4 changed files with 15 additions and 3 deletions

View File

@@ -323,7 +323,7 @@ func (h *UserHandler) GetUser(c *fiber.Ctx) error {
}
return c.JSON(h.mapIdentitySummary(c.Context(), *identity))
}
}
func (h *UserHandler) CreateUser(c *fiber.Ctx) error {
if h.OryProvider == nil || h.KratosAdmin == nil {