Skip to content
Snippets Groups Projects

Issue #3393464: TfaTrustedBrowser::validateForm() missing return statement.

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -146,6 +146,7 @@ final class TfaTrustedBrowser extends TfaBasePlugin implements TfaLoginInterface
* {@inheritdoc}
*/
public function validateForm(array $form, FormStateInterface $form_state): bool {
return TRUE;
}
/**
Loading