diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 36dfa14eb2..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug, triage -assignees: ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: - -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Actual behavior** -A clear and concise description of what factually occurred. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Add the screenshot of the profile page with commit id** - -**Smartphone (please complete the following information):** - -- Wallet Device: [e.g. iPhone6] - - Phone make/model: [e.g. :Vivo Y73] - - OS: [e.g. iOS8.1] - - BLE version : [e.g. 4.2] - -- Verifier Device: [e.g. iPhone6] - - Phone make/model: [e.g. :Vivo Y73] - - OS: [e.g. iOS8.1] - - BLE version : [e.g. 4.2] - -- Inji app version: [e.g 0.3.0] -- Mimoto version: [e.g 1.2.x] -- MOSIP Version: [e.g. 1.2.1] - -**Where does the issue occur: Wallet/Verifier?** - -**Logs of wallet and verifier:** - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 01fb3846df..0000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: enhancement, triage -assignees: - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/machines/store.ts b/machines/store.ts index f967d2ec4f..346d0dd09e 100644 --- a/machines/store.ts +++ b/machines/store.ts @@ -364,7 +364,7 @@ export const storeMachine = ); } catch (e) { if (e instanceof BiometricCancellationError) { - callback(model.events.BIOMETRIC_CANCELLED(event.requester)); + callback(model.events.BIOMETRIC_CANCELLED()); } sendErrorEvent(getErrorEventData('ENCRYPTION', '', e));