Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Remove accidental paste
Browse files Browse the repository at this point in the history
  • Loading branch information
langleyd committed Sep 13, 2024
1 parent 0716434 commit 62d66f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/structures/MatrixChat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,6 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
newState.register_client_secret = params.client_secret;
newState.register_session_id = params.session_id;
newState.register_id_sid = params.sid;
newState.register_id_sid = params.sid;
}

newState.isMobileRegistration = isMobileRegistration; //&& SettingsStore.getValue("Registration.mobileRegistrationHelper");
Expand Down

0 comments on commit 62d66f9

Please sign in to comment.