owner_new: return whether to confirm email

This commit is contained in:
Adhityaa 2018-06-03 17:27:22 +05:30
parent 31d965bf12
commit 2d6ce008c6

View File

@ -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})
} }