multiwoven icon indicating copy to clipboard operation
multiwoven copied to clipboard

fix: fixed spelling of verification in user_verification_email env

Open AngeloB-AIS opened this issue 1 year ago • 3 comments

Description

Fixed spelling of "VERIFICATION" in "USER_VERIFICATION_EMAIL" variable in .env.example

Related Issue

None

Type of Change

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] New Connector (Destination or Source Connector)
  • [ ] Breaking change (fix or feature that would impact existing functionality)
  • [ ] Styling change
  • [ ] Documentation update
  • [ ] Refactoring
  • [x] Chore

How Has This Been Tested?

OSS users have been having to fix it themselves to get past the email verification feature.

Checklist:

  • [ ] Ensure a branch name is prefixed with feature, bugfix, hotfix, release, style or chore followed by / and branch name e.g feature/add-salesforce-connector
  • [ ] Added unit tests for the changes made (if required)
  • [ ] Have you made sure the commit messages meets the guidelines?
  • [ ] Added relevant screenshots for the changes
  • [ ] Have you tested the changes on local/staging?
  • [ ] Added the new connector in rollout.rb
  • [ ] Have you updated the version number of the gem?
  • [ ] Have you ensured that your changes for new connector are documented in the docs repo or relevant documentation files?
  • [ ] Have you updated the run time dependency in multiwoven-integrations.gemspec if new gems are added
  • [ ] Have you made sure the code you have written follows the best practises to the best of your knowledge?

AngeloB-AIS avatar Oct 23 '24 21:10 AngeloB-AIS

@CodiumAI-Agent /review

AngeloB-AIS avatar Oct 23 '24 21:10 AngeloB-AIS

@CodiumAI-Agent /describe

AngeloB-AIS avatar Oct 23 '24 21:10 AngeloB-AIS

Title

fix: fixed spelling of verification in user_verification_email env


User description

Description

Fixed spelling of "VERIFICATION" in "USER_VERIFICATION_EMAIL" variable in .env.example

Related Issue

None

Type of Change

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] New Connector (Destination or Source Connector)
  • [ ] Breaking change (fix or feature that would impact existing functionality)
  • [ ] Styling change
  • [ ] Documentation update
  • [ ] Refactoring
  • [x] Chore

How Has This Been Tested?

OSS users have been having to fix it themselves to get past the email verification feature.

Checklist:

  • [ ] Ensure a branch name is prefixed with feature, bugfix, hotfix, release, style or chore followed by / and branch name e.g feature/add-salesforce-connector
  • [ ] Added unit tests for the changes made (if required)
  • [ ] Have you made sure the commit messages meets the guidelines?
  • [ ] Added relevant screenshots for the changes
  • [ ] Have you tested the changes on local/staging?
  • [ ] Added the new connector in rollout.rb
  • [ ] Have you updated the version number of the gem?
  • [ ] Have you ensured that your changes for new connector are documented in the docs repo or relevant documentation files?
  • [ ] Have you updated the run time dependency in multiwoven-integrations.gemspec if new gems are added
  • [ ] Have you made sure the code you have written follows the best practises to the best of your knowledge?

PR Type

Bug fix


Description

  • Corrected the spelling of the USER_EMAIL_VERIFICATION environment variable in the .env.example file to ensure proper functionality.
  • This change addresses an issue where users had to manually correct the spelling to proceed with email verification.

Changes walkthrough 📝

Relevant files
Bug fix
.env.example
Fix spelling error in environment variable name                   

.env.example

  • Corrected the spelling of the USER_EMAIL_VERIFICATION environment
    variable.
  • Ensured consistency in environment variable naming.
  • +1/-1     

    💡 PR-Agent usage: Comment /help "your question" on any pull request to receive relevant information

    QodoAI-Agent avatar Oct 23 '24 21:10 QodoAI-Agent