mirror of https://github.com/vector-im/riot-web
Add explicit public
parent
66077e3a05
commit
5d6f16ff64
|
@ -351,7 +351,7 @@ export class TermsAuthEntry extends React.Component<ITermsAuthEntryProps, ITerms
|
|||
this.props.onPhaseChange(DEFAULT_PHASE);
|
||||
}
|
||||
|
||||
tryContinue = () => {
|
||||
public tryContinue = () => {
|
||||
this.trySubmit();
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue