fix login / create form errors and confirmed messages
This commit is contained in:
parent
b0db87b288
commit
3360c31a12
10 changed files with 74 additions and 23 deletions
|
|
@ -62,6 +62,9 @@ var defaultConfig = {
|
|||
},
|
||||
|
||||
EncryptedInsightStorage: {
|
||||
// THIS IS WRONG BUT DO NOT CHANGE IT WITH OUT A MIGRATION PLAN
|
||||
// ALSO CHANGE THE DEFAULT AT js/plugins/InsightStorage.js
|
||||
//
|
||||
url: 'https://test-insight.bitpay.com:443/api/email'
|
||||
// url: 'http://localhost:3001/api/email'
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue