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 30bf607 commit b597d38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3rdparty
Submodule 3rdparty updated 1571 files
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public function update(
* {@inheritdoc}
*/
#[NoAdminRequired]
#[PasswordConfirmationRequired]
#[PasswordConfirmationRequired(strict: true)]
public function destroy($id) {
return parent::destroy($id);
}
Expand Down

0 comments on commit b597d38

Please sign in to comment.