Show last used bagde only if there are more than one login method#5947
Show last used bagde only if there are more than one login method#5947
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
There was a problem hiding this comment.
Pull Request Overview
Adds conditional logic so the last login indicator for password is only shown when additional (external) authentication methods exist.
- Introduces a boolean variable to encapsulate the display condition
- Replaces inline condition with the new variable for clarity
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5947 +/- ##
========================================
Coverage 40.06% 40.06%
========================================
Files 2473 2473
Lines 40228 40229 +1
Branches 8853 9185 +332
========================================
+ Hits 16118 16119 +1
Misses 24083 24083
Partials 27 27 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Scope of the change