Skip to content

Commit 66a3343

Browse files
Merge branch 'main' of https://github.com/credebl/studio into merge/qa-to-main
2 parents d5163f5 + 415d13d commit 66a3343

File tree

2 files changed

+267
-0
lines changed

2 files changed

+267
-0
lines changed

.github/ISSUE_TEMPLATE/DMP_2024.yml

Lines changed: 264 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,264 @@
1+
name: DMP 2024 Project Template
2+
description: List a new project for Dedicated Mentoring Program (DMP) 2024
3+
title: '[DMP 2024]: '
4+
labels: ['DMP 2024']
5+
body:
6+
- type: textarea
7+
id: ticket-description
8+
validations:
9+
required: true
10+
attributes:
11+
label: Ticket Contents
12+
value: |
13+
## Description
14+
[Provide a brief description of the feature, including why it is needed and what it will accomplish.]
15+
16+
- type: textarea
17+
id: ticket-goals
18+
validations:
19+
required: true
20+
attributes:
21+
label: Goals & Mid-Point Milestone
22+
description: List the goals of the feature. Please add the goals that must be achieved by Mid-point check-in i.e 1.5 months into the coding period.
23+
value: |
24+
## Goals
25+
- [ ] [Goal 1]
26+
- [ ] [Goal 2]
27+
- [ ] [Goal 3]
28+
- [ ] [Goal 4]
29+
- [ ] [Goals Achieved By Mid-point Milestone]
30+
31+
- type: textarea
32+
id: ticket-setup
33+
attributes:
34+
label: Setup/Installation
35+
description: Please list or link setup or installation guide (if any)
36+
37+
- type: textarea
38+
id: ticket-expected-outcome
39+
attributes:
40+
label: Expected Outcome
41+
description: Describe in detail what the final product or result should look like and how it should behave.
42+
43+
- type: textarea
44+
id: ticket-acceptance-criteria
45+
attributes:
46+
label: Acceptance Criteria
47+
description: List the acceptance criteria for this feature.
48+
49+
- type: textarea
50+
id: ticket-implementation-details
51+
validations:
52+
required: true
53+
attributes:
54+
label: Implementation Details
55+
description: List any technical details about the proposed implementation, including any specific technologies that will be used.
56+
57+
- type: textarea
58+
id: ticket-mockups
59+
attributes:
60+
label: Mockups/Wireframes
61+
description: Include links to any visual aids, mockups, wireframes, or diagrams that help illustrate what the final product should look like. This is not always necessary, but can be very helpful in many cases.
62+
63+
- type: input
64+
id: ticket-product
65+
attributes:
66+
label: Product Name
67+
placeholder: Enter Product Name
68+
validations:
69+
required: true
70+
71+
- type: dropdown
72+
id: ticket-organisation
73+
attributes:
74+
label: Organisation Name
75+
description: Enter Organisation Name
76+
multiple: false
77+
options:
78+
- Bandhu
79+
- Blockster Labs (CREDEBL)
80+
- Civis
81+
- Dhwani
82+
- Dhiway
83+
- EGov
84+
- EkShop Marketplace
85+
- FIDE
86+
- If Me
87+
- Key Education Foundation
88+
- Norwegian Meteorological Institute
89+
- Planet Read
90+
- Project Second Chance
91+
- Reap Benefit
92+
- SamagraX
93+
- ShikshaLokam
94+
- Tech4Dev
95+
- Tekdi
96+
- The Mifos Initiative
97+
- Tibil
98+
- Ushahidi
99+
- Arghyam
100+
- Piramal Swasthya Management Research Institute
101+
validations:
102+
required: true
103+
104+
- type: dropdown
105+
id: ticket-governance-domain
106+
attributes:
107+
label: Domain
108+
options:
109+
- ⁠Healthcare
110+
- ⁠Education
111+
- Financial Inclusion
112+
- ⁠Livelihoods
113+
- ⁠Skilling
114+
- ⁠Learning & Development
115+
- ⁠Agriculture
116+
- ⁠Service Delivery
117+
- Open Source Library
118+
- Water
119+
- Identity & Digital Credentialing
120+
validations:
121+
required: true
122+
123+
- type: dropdown
124+
id: ticket-technical-skills-required
125+
attributes:
126+
label: Tech Skills Needed
127+
description: Select the technologies needed for this ticket (use Ctrl or Command to select multiple)
128+
multiple: true
129+
options:
130+
- .NET
131+
- Angular
132+
- Artificial Intelligence
133+
- ASP.NET
134+
- Astro.js
135+
- AWS
136+
- Babel
137+
- Bootstrap
138+
- C#
139+
- Chart.js
140+
- CI/CD
141+
- Computer Vision
142+
- CORS
143+
- cURL
144+
- Cypress
145+
- D3.js
146+
- Database
147+
- Debugging
148+
- Deno
149+
- Design
150+
- DevOps
151+
- Django
152+
- Docker
153+
- Electron
154+
- ESLint
155+
- Express.js
156+
- Feature
157+
- Flask
158+
- Go
159+
- GraphQL
160+
- HTML
161+
- Ionic
162+
- Jest
163+
- Java
164+
- JavaScript
165+
- Jenkins
166+
- JWT
167+
- Kubernetes
168+
- Laravel
169+
- Machine Learning
170+
- Maintenance
171+
- Markdown
172+
- Material-UI
173+
- Microservices
174+
- MongoDB
175+
- Mobile
176+
- Mockups
177+
- Mocha
178+
- Natural Language Processing
179+
- NATS Messaging
180+
- NestJS
181+
- Next.js
182+
- Node.js
183+
- NUnit
184+
- OAuth
185+
- Performance Improvement
186+
- Prettier
187+
- Python
188+
- Question
189+
- React
190+
- React Native
191+
- Redux
192+
- RESTful APIs
193+
- Ruby
194+
- Ruby on Rails
195+
- Rust
196+
- Scala
197+
- Security
198+
- Selenium
199+
- SEO
200+
- Serverless
201+
- Solidity
202+
- Spring Boot
203+
- SQL
204+
- Swagger
205+
- Tailwind CSS
206+
- Test
207+
- Testing Library
208+
- Three.js
209+
- TypeScript
210+
- UI/UX/Design
211+
- Virtual Reality
212+
- Vue.js
213+
- WebSockets
214+
- Webpack
215+
- Other
216+
validations:
217+
required: true
218+
219+
- type: textarea
220+
id: ticket-mentors
221+
attributes:
222+
label: Mentor(s)
223+
description: Please tag relevant mentors for the ticket
224+
validations:
225+
required: true
226+
227+
- type: dropdown
228+
id: ticket-category
229+
attributes:
230+
label: Category
231+
description: Choose the categories that best describe your ticket
232+
multiple: true
233+
options:
234+
- API
235+
- Analytics
236+
- Accessibility
237+
- Backend
238+
- Breaking Change
239+
- Beginner Friendly
240+
- Configuration
241+
- CI/CD
242+
- Database
243+
- Data Science
244+
- Deprecation
245+
- Documentation
246+
- Deployment
247+
- Frontend
248+
- Internationalization
249+
- Localization
250+
- Machine Learning
251+
- Maintenance
252+
- Mobile
253+
- Performance Improvement
254+
- Question
255+
- Refactoring
256+
- Research
257+
- Needs Reproduction
258+
- SEO
259+
- Security
260+
- Testing
261+
- AI
262+
- Other
263+
validations:
264+
required: true

src/components/Authentication/SignInUserPasskey.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ const SignInUserPasskey = (signInUserProps: signInUserProps) => {
113113
setFidoUserError(generateAuthenticationResponse?.data?.error);
114114

115115
const opts = generateAuthenticationResponse?.data?.data;
116+
if (opts) {
117+
opts.allowCredentials = [] // to fix the paaskey issue(Patch on PROD)
118+
}
116119
const attResp = await startAuthentication(opts);
117120
const verifyAuthenticationObj = {
118121
...attResp,

0 commit comments

Comments
 (0)