feat: generate ssh key

This commit is contained in:
Andras Bacsai
2023-09-15 11:55:58 +02:00
parent 019670d5d1
commit cf28490acc
4 changed files with 35 additions and 7 deletions

View File

@@ -24,6 +24,7 @@ class Textarea extends Component
public bool $disabled = false,
public bool $readonly = false,
public string|null $helper = null,
public bool $realtimeValidation = false,
public string $defaultClass = "textarea bg-coolgray-200 rounded text-white scrollbar disabled:bg-coolgray-200/50 disabled:border-none placeholder:text-coolgray-500 read-only:text-neutral-500 read-only:bg-coolgray-200/50"
) {
//