scorelab / OpenMF

An Open Source Mobile Forensics Investigation Tool for Android Platform
Apache License 2.0
146 stars 94 forks source link

Fix #244 : show proper message while login and signup. #246

Open safwan20 opened 2 years ago

safwan20 commented 2 years ago

Description

Problem : login and Signup was creating problem because of the undefined callback used in the code.

Solution: added a condition check for the callback to avoid the code execution.

Fixes #244

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Test Configuration:

Also, include screenshots for the verification and reviewing purpose.

Checklist:

safwan20 commented 2 years ago

@sachinsom93 PTAL.