Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Jul 29, 2024
2 parents de04ead + 55f9886 commit c2bcc2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/users/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ class="form-control">
'bind': 'click',
'passwordElement': '#password',
'displayElement': '#generated-password',
'passwordLength': 16,
'passwordLength': {{ ($settings->pwd_secure_min + 5) }},
'uppercase': true,
'lowercase': true,
'numbers': true,
Expand Down
2 changes: 1 addition & 1 deletion tests/Feature/Checkouts/Ui/ComponentsCheckoutTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use App\Models\User;
use Tests\TestCase;

class ComponentCheckoutTest extends TestCase
class ComponentsCheckoutTest extends TestCase
{
public function testCheckingOutComponentRequiresCorrectPermission()
{
Expand Down

0 comments on commit c2bcc2e

Please sign in to comment.