diff --git a/src/components/views/auth/InteractiveAuthEntryComponents.tsx b/src/components/views/auth/InteractiveAuthEntryComponents.tsx index 066c064cc1..a61faeea07 100644 --- a/src/components/views/auth/InteractiveAuthEntryComponents.tsx +++ b/src/components/views/auth/InteractiveAuthEntryComponents.tsx @@ -351,7 +351,7 @@ export class TermsAuthEntry extends React.Component { + public tryContinue = () => { this.trySubmit(); };