add pending email to UserResource and update openapi client

This commit is contained in:
Gregor Vostrak
2026-05-26 18:02:15 +02:00
committed by Constantin Graf
parent c1ecd0eff5
commit 8f02f98afc
6 changed files with 94 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ class UserFactory extends Factory
return [
'name' => $this->faker->name(),
'email' => $this->faker->unique()->safeEmail(),
'pending_email' => null,
'email_verified_at' => now(),
'password' => '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', // password
'two_factor_secret' => null,