-
Notifications
You must be signed in to change notification settings - Fork 178
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
Ensure http url entered by the user are provided to the SDK without being altered #1443
Conversation
…eing altered. Also change values in `LoginConstants`, this was not really correct.
@@ -109,6 +109,7 @@ fun ChangeAccountProviderView( | |||
// Other | |||
AccountProviderView( | |||
item = AccountProvider( | |||
url = "", |
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.
Ideally this should be reworked a bit, by encapsulating AccountProvider
in a sealed interface to properly handle the Other
case.
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #1443 +/- ##
========================================
Coverage 57.91% 57.91%
========================================
Files 1129 1129
Lines 30044 30046 +2
Branches 6144 6144
========================================
+ Hits 17399 17401 +2
Misses 10036 10036
Partials 2609 2609
☔ View full report in Codecov by Sentry. |
Kudos, SonarCloud Quality Gate passed!
|
Type of change
Content
LoginConstants
, this was not really correct.Motivation and context
Be able to connect on a http homeserver.
Screenshots / GIFs
Tests
Tested devices
Checklist