wip ui, hidden token on frontend

This commit is contained in:
2025-04-07 20:14:17 +01:00
parent 609008afc7
commit 57b35b4849
3 changed files with 9 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ class ProviderFactory extends Factory
'type' => $this->faker->randomElement([
ProviderType::HETZNER,
]),
'token' => $this->faker->uuid(),
'token' => env('HETZNER_KEY') ?? $this->faker->uuid(),
];
}