owner_new: return whether to confirm email
This commit is contained in:
@@ -79,5 +79,5 @@ func ownerNewHandler(w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
writeBody(w, response{"success": true})
|
writeBody(w, response{"success": true, "confirmEmail": smtpConfigured})
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user