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