diff --git a/api/organizations.go b/api/organizations.go index 7594521..50181d0 100644 --- a/api/organizations.go +++ b/api/organizations.go @@ -82,6 +82,7 @@ func (a *API) createOrganizationHandler(w http.ResponseWriter, r *http.Request) // create the organization dbOrg := &db.Organization{ Address: signer.AddressString(), + Website: orgInfo.Website, Creator: user.Email, CreatedAt: time.Now(), Nonce: nonce,