-
Notifications
You must be signed in to change notification settings - Fork 26
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
[PM-12012] Remove region parsing from email URL #947
Conversation
# Conflicts: # BitwardenShared/UI/Platform/Application/Support/Localizations/en.lproj/Localizable.strings
No New Or Fixed Issues Found |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #947 +/- ##
=======================================
Coverage 88.68% 88.68%
=======================================
Files 630 630
Lines 39647 39643 -4
=======================================
- Hits 35161 35159 -2
+ Misses 4486 4484 -2 ☔ View full report in Codecov by Sentry. |
@@ -169,7 +169,7 @@ public class AppProcessor { | |||
|
|||
// Check for specific URL components that you need. | |||
guard let params = components.queryItems, | |||
let host = components.host else { | |||
components.host != nil else { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 Do we even need to check the host
here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if it does not have a host, it should be a good reason not to continue 🤔
Note: Merge after #946
🎟️ Tracking
PM-12012
📔 Objective
Remove unused parsing of region based on the URL received during email verification.
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes