This commit is contained in:
cangui 2025-05-11 09:15:14 +02:00
parent 2a8663c5ef
commit 898c2fff62

View File

@ -132,7 +132,7 @@ func CreateUserHandler(db *gorm.DB) http.HandlerFunc {
func AdminUserCreateForm(db *gorm.DB) http.HandlerFunc {
return func(w http.ResponseWriter, r *http.Request) {
data := map[string]interface{}{
"User": "",
"H": "",
}
if val := r.Context().Value("ssoid"); val != nil {
ssoid := val.(string)