Skip to content

Commit

Permalink
Don't emit error when registering for event 'signin ready' (#784)
Browse files Browse the repository at this point in the history
* Don't emit error for event 'signin ready'

* !fixup Don't emit error for event 'signup ready' either
  • Loading branch information
theopak authored and glena committed Jan 11, 2017
1 parent 95dfac9 commit 802fc8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ export default class Base extends EventEmitter {
'unrecoverable_error',
'authenticated',
'authorization_error',
'hash_parsed'
'hash_parsed',
'signin ready',
'signup ready'
];

this.id = idu.incremental();
Expand Down

0 comments on commit 802fc8f

Please sign in to comment.