JJJJ
This commit is contained in:
parent
2a8663c5ef
commit
898c2fff62
@ -132,7 +132,7 @@ func CreateUserHandler(db *gorm.DB) http.HandlerFunc {
|
|||||||
func AdminUserCreateForm(db *gorm.DB) http.HandlerFunc {
|
func AdminUserCreateForm(db *gorm.DB) http.HandlerFunc {
|
||||||
return func(w http.ResponseWriter, r *http.Request) {
|
return func(w http.ResponseWriter, r *http.Request) {
|
||||||
data := map[string]interface{}{
|
data := map[string]interface{}{
|
||||||
"User": "",
|
"H": "",
|
||||||
}
|
}
|
||||||
if val := r.Context().Value("ssoid"); val != nil {
|
if val := r.Context().Value("ssoid"); val != nil {
|
||||||
ssoid := val.(string)
|
ssoid := val.(string)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user