Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue #feat captcha for otp page and reset captcha functionality , #454

Merged
merged 4 commits into from
Mar 28, 2024

Conversation

GSuma21
Copy link
Contributor

@GSuma21 GSuma21 commented Mar 28, 2024

No description provided.

@@ -31,11 +31,13 @@ export class AuthService {
private db: DbService
) { }

async createAccount(formData) {
async createAccount(formData,captchaToken) {
let headers = await this.setHeaders(captchaToken)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Captcha should be enabled only if the env config is enabled

@Cafnanc Cafnanc merged commit 28fe235 into ELEVATE-Project:release-2.6.1 Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants