chore: update dependencies (#13)
* chore: update dependencies * chore: update nextauth dependency to beta 5 * chore: fix formatting
This commit is contained in:
@@ -12,7 +12,7 @@ import { integrationSecretIcons } from "./_integration-secret-icons";
|
||||
interface IntegrationSecretInputProps {
|
||||
label?: string;
|
||||
kind: IntegrationSecretKind;
|
||||
value: string;
|
||||
value?: string;
|
||||
onChange: ChangeEventHandler<HTMLInputElement>;
|
||||
onFocus?: FocusEventHandler<HTMLInputElement>;
|
||||
onBlur?: FocusEventHandler<HTMLInputElement>;
|
||||
|
||||
Reference in New Issue
Block a user