Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tfa
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
tfa
Merge requests
!45
Issue
#3393464
: TfaTrustedBrowser::validateForm() missing return statement.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3393464
: TfaTrustedBrowser::validateForm() missing return statement.
issue/tfa-3393464:3393464-tfatrustedbrowservalidateform-should-return
into
2.x
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Conrad Lara
requested to merge
issue/tfa-3393464:3393464-tfatrustedbrowservalidateform-should-return
into
2.x
1 year ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
2.x
version 1
71ee9c79
1 year ago
2.x (base)
and
latest version
latest version
71ee9c79
1 commit,
1 year ago
version 1
71ee9c79
1 commit,
1 year ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Plugin/Tfa/TfaTrustedBrowser.php
+
1
−
0
Options
@@ -146,6 +146,7 @@ final class TfaTrustedBrowser extends TfaBasePlugin implements TfaLoginInterface
* {@inheritdoc}
*/
public
function
validateForm
(
array
$form
,
FormStateInterface
$form_state
):
bool
{
return
TRUE
;
}
/**
Loading