Skip to content

Commit

Permalink
docs: Update password confirm instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgreco13 committed Aug 28, 2023
1 parent 4e4841c commit f318c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ BreezyCore::make()

### Password Confirmation Button Action

This button action will prompt the user to enter their password for sensitive actions (eg. delete), then will not ask for password again for the # of seconds defined in the filament-breezy config (default 300s).
This button action will prompt the user to enter their password for sensitive actions (eg. delete). This action uses the same `'password_timeout'` number of seconds found in `config/auth.php`.

```php
use Jeffgreco13\FilamentBreezy\Actions\PasswordButtonAction;
Expand Down

0 comments on commit f318c36

Please sign in to comment.