Level 80
@manu123 Actions ask for confirmation by default.
From https://nova.laravel.com/docs/4.0/actions/defining-actions.html#action-modal-customization:
By default, actions will ask the user for confirmation before running.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
for some actions / resources I would like to have confirmation of the user's password or (if available) an OTP code. how can i do in laravel nova? tips?
Please or to participate in this conversation.