Skip to content

Commit

Permalink
Merge pull request #230 from jeffgreco13/2.x-dev
Browse files Browse the repository at this point in the history
docs: Update password confirm instructions
  • Loading branch information
jeffgreco13 authored Aug 28, 2023
2 parents d699183 + f318c36 commit dfe3471
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 dfe3471

Please sign in to comment.