e-mission / cordova-jwt-auth

BSD 3-Clause "New" or "Revised" License
2 stars 9 forks source link

Fix minor issue with null intent #22

Closed shankari closed 7 years ago

shankari commented 7 years ago

If we get a notification unrelated to auth during the initial session, when the tokenCreator is not null, onNewIntent is called, but crashes because the URL is null.

This add a check to avoid that use case.