Customizations

Render Hooks

There are a few points where we allow you to render Blade content in our views. To accomplish this, we're using Filament's render hooks.

  • profile-filament::mfa.settings.before - Right before two-factor methods are rendered
  • profile-filament::mfa.methods.after - Right before recovery options are rendered
  • profile-filament::mfa-challenge.start - Right after the title on the full-page mfa challenge form
Previous
Additional Pages
Caught a mistake? Suggest an edit on GitHub