-
Notifications
You must be signed in to change notification settings - Fork 992
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
Add support for id_consent_content pane #4644
base: mats/switch_to_institution_selected_api
Are you sure you want to change the base?
Add support for id_consent_content pane #4644
Conversation
🚨 New dead code detected in this PR: FinancialConnectionsGenericInfoScreen.swift:65 warning: Struct 'TypeDecodingContainer' is unused
IDConsentContentViewController.swift:20 warning: Parameter 'viewController' is unused Please remove the dead code before merging. If this is intentional, you can bypass this check by adding the label ℹ️ If this comment appears to be left in error, double check that the flagged code is actually used and/or make sure your branch is up-to-date with |
9b03a9a
to
72822f5
Compare
…ontent/
@@ -106,29 +106,6 @@ final class ConsentLogoView: UIView { | |||
} | |||
} | |||
|
|||
private func CreateRoundedLogoView(urlString: String) -> UIView { |
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.
Moved to be shared with the new pane
|
||
import Foundation | ||
|
||
struct FinancialConnectionsIDConsentContent: Decodable { |
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.
499e215
to
412209b
Compare
Summary
As part of the institution picker first experiment, a new pane
id_consent_content
is added. It's mostly identical to the consent pane, with a few minor adjustments.Motivation
Support institution picker first experiment.
Testing
Coming soon
Changelog
N/a