Add explicit public

pull/21833/head
J. Ryan Stinnett 2021-05-21 12:59:54 +01:00
parent 66077e3a05
commit 5d6f16ff64
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ export class TermsAuthEntry extends React.Component<ITermsAuthEntryProps, ITerms
this.props.onPhaseChange(DEFAULT_PHASE);
}
tryContinue = () => {
public tryContinue = () => {
this.trySubmit();
};