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

feat: Email as a method for multi-factor authentication #4607

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

fit2bot
Copy link
Contributor

@fit2bot fit2bot commented Jan 22, 2025

feat: Email as a method for multi-factor authentication

@fit2bot fit2bot requested a review from a team January 22, 2025 10:04
@@ -31,6 +31,7 @@ export default {
[
'SECURITY_MFA_AUTH',
'SECURITY_MFA_IN_LOGIN_PAGE',
'SECURITY_MFA_BY_EMAIL',
'SECURITY_MFA_AUTH_ENABLED_FOR_THIRD_PARTY',
'SECURITY_MFA_VERIFY_TTL',
'OTP_ISSUER_NAME', 'OTP_VALID_WINDOW'
Copy link
Member

Choose a reason for hiding this comment

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

The code seems fine with no apparent errors or issues to optimize. Here's the detailed feedback:

  1. export default { ... }; is missing at the beginning of the object declaration.

To fix it:

export default {
...
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants