-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
assorted proof-related followups #10375
Conversation
0813d51
to
936a67a
Compare
end | ||
|
||
def resource_params | ||
params.require(:account_identity_proof).permit(:provider, :provider_username, :token) | ||
end | ||
|
||
def publicize_new_proof |
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.
This method should have a ?
at the end for readability. Could also just name it publish_proof?
for simplicity
@@ -33,6 +34,7 @@ const makeMapStateToProps = () => { | |||
|
|||
const mapStateToProps = (state, { accountId }) => ({ | |||
account: getAccount(state, accountId), | |||
identity_proofs: state.getIn(['identity_proofs', accountId.toString()], ImmutableList()), |
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.
accountId
is already a string
Save for the few comments I left, looks fine to me. You should be aware the web UI profile component changed in master (#10337) so you have merge conflicts right now. |
936a67a
to
a784165
Compare
thanks @Gargron. conflict fixed. and i like those UI changes on master. |
here's what that last change looks like in the UI

and then the post
