Skip to content

Don't show password while using generate password method#300

Merged
AlexAndBear merged 1 commit intomainfrom
dont-show-password-while-generating
Mar 10, 2025
Merged

Don't show password while using generate password method#300
AlexAndBear merged 1 commit intomainfrom
dont-show-password-while-generating

Conversation

@AlexAndBear
Copy link
Copy Markdown
Member

Description

Related Issue

  • Fixes <issue_link>

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

Types of changes

  • Bugfix
  • New feature (an additional functionality that doesn't break existing code)
  • Breaking change (a modification that affects current functionality)
  • Technical debt (addressing code that needs refactoring or improvements)
  • Tests (adding or improving tests)
  • Documentation (updates or additions to documentation)
  • Maintenance (like dependency updates or tooling adjustments)

Copilot AI review requested due to automatic review settings March 10, 2025 12:45
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

PR Overview

This PR hides the generated password by removing the line that makes it visible after generation.

  • Removed "showPassword.value = true" to prevent displaying the generated password
  • Continues to emit the generated password event

Reviewed Changes

File Description
packages/design-system/src/components/OcTextInputPassword/OcTextInputPassword.vue Removed code that was showing the generated password, aligning with the PR objective to keep the password hidden

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

@AlexAndBear AlexAndBear requested a review from kulmann March 10, 2025 12:45
Copy link
Copy Markdown
Member

@kulmann kulmann left a comment

Choose a reason for hiding this comment

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

lgtm, thank you 💪

@AlexAndBear AlexAndBear merged commit d331408 into main Mar 10, 2025
@AlexAndBear AlexAndBear deleted the dont-show-password-while-generating branch March 10, 2025 15:46
@openclouders openclouders mentioned this pull request Mar 17, 2025
1 task
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