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.
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.