wip ui, hidden token on frontend
This commit is contained in:
@@ -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(),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user