Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit 2983c1d

Browse files
committed
logout success message, closes #611
1 parent d02b8dd commit 2983c1d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/js/models/township.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ module.exports = function (state, emitter) {
5050
api.logout(data, function (err, resp, data) {
5151
if (err) return emitter.emit('township:update', {error: err.message})
5252
emitter.emit('township:update', defaults.township)
53+
emitter.emit('message:success', 'Successfully Logged Out')
5354
})
5455
})
5556

0 commit comments

Comments
 (0)