feat: Add Dynamics to main navigation

This commit is contained in:
Daan Meijer
2026-06-15 01:03:38 +02:00
parent c31b4612df
commit 16a6962149
27 changed files with 41 additions and 44 deletions
+1 -1
View File
@@ -82,4 +82,4 @@ test('correct password must be provided to delete account', function () {
->assertRedirect(route('profile.edit'));
expect($user->fresh())->not->toBeNull();
});
});
+1 -1
View File
@@ -101,4 +101,4 @@ test('correct password must be provided to update password', function () {
$response
->assertSessionHasErrors('current_password')
->assertRedirect(route('security.edit'));
});
});