1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 02:36:36 +00:00

add mail sending request & add response alerts for PersonalSettingModal & fix preventDefault bug(PersonalSettingModal)

This commit is contained in:
Rokt33r
2015-07-25 12:07:09 +09:00
parent 8c3510413a
commit 4df489bd10
6 changed files with 161 additions and 13 deletions

View File

@@ -76,7 +76,10 @@ var AuthStore = Reflux.createStore({
.end(function (err, res) {
if (err) {
console.error(err)
this.trigger(null)
this.trigger({
status: 'userProfileUpdatingFailed',
data: err
})
return
}