-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat: Do not allow multi accounts features for clientSide konnectors #1406
Conversation
Our client side konnectors launcher does not handle multiple sessions for the same konnector yet. We choose to deactive multi account feature for client side konnectors at the moment.
@@ -118,7 +118,7 @@ export class AccountModal extends Component { | |||
return ( | |||
<> | |||
<KonnectorModalHeader konnector={konnector}> | |||
{showAccountSelection ? ( | |||
{showAccountSelection && !konnector.clientSide ? ( |
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.
Can't we use the showAccountSelection
props directly since it already does that same thing?
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.
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.
Right. Now i define this visibility in the upper level. I removed the unit tests
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.
lint issue I think. but 👍
4d429e7
to
72b524d
Compare
Our client side konnectors launcher does not handle multiple
sessions for the same konnector yet.
We choose to deactive multi account feature for client side konnectors
at the moment.
Resolves https://trello.com/c/HoTn7eGr/119-%F0%9F%9A%80%F0%9F%8F%A0-e87-d%C3%A9sactiver-le-multi-compte-sur-les-connecteurs-c%C3%B4t%C3%A9-clients-05-jh