Skip to content

Commit

Permalink
Handle Error
Browse files Browse the repository at this point in the history
  • Loading branch information
DeekyJay committed Jun 3, 2017
1 parent d1eba96 commit 92e40d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SoundwaveInteractive",
"version": "0.9.15",
"version": "0.9.16",
"description": "Soundwave Interactive Mixer Soundboard",
"main": "main.js",
"engines": {
Expand Down
3 changes: 3 additions & 0 deletions src/redux/modules/Authentication.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ export const actions = {
.catch(err => {
console.log('Refresh Error', err)
reject(err)
dispatch({
type: 'SIGN_IN_ERROR'
})
})
} else {
resolve(true)
Expand Down

0 comments on commit 92e40d5

Please sign in to comment.