mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-20 05:51:08 +02:00
Fix merge conflict between react warnings and SSO
This commit is contained in:
parent
36ccb7e752
commit
c0ffa8b59a
@ -455,10 +455,6 @@ export const MsisdnAuthEntry = createReactClass({
|
|||||||
onPhaseChange: PropTypes.func.isRequired,
|
onPhaseChange: PropTypes.func.isRequired,
|
||||||
},
|
},
|
||||||
|
|
||||||
componentDidMount: function() {
|
|
||||||
this.props.onPhaseChange(DEFAULT_PHASE);
|
|
||||||
},
|
|
||||||
|
|
||||||
getInitialState: function() {
|
getInitialState: function() {
|
||||||
return {
|
return {
|
||||||
token: '',
|
token: '',
|
||||||
@ -467,6 +463,8 @@ export const MsisdnAuthEntry = createReactClass({
|
|||||||
},
|
},
|
||||||
|
|
||||||
componentDidMount: function() {
|
componentDidMount: function() {
|
||||||
|
this.props.onPhaseChange(DEFAULT_PHASE);
|
||||||
|
|
||||||
this._submitUrl = null;
|
this._submitUrl = null;
|
||||||
this._sid = null;
|
this._sid = null;
|
||||||
this._msisdn = null;
|
this._msisdn = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user