Skip to content

Commit

Permalink
fixup! feat: Use inline password confirmation in external storage set…
Browse files Browse the repository at this point in the history
…tings
  • Loading branch information
artonge committed Nov 28, 2024
1 parent c66d515 commit 470a07a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ private function needsPasswordConfirmation(ReflectionMethod $reflectionMethod):
return true;
}

if ($this->reflector->hasAnnotation($annotationName)) {
if ($this->reflector->hasAnnotation('PasswordConfirmationRequired')) {
return true;
}

Expand Down

0 comments on commit 470a07a

Please sign in to comment.