Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanya-atatakai committed Dec 17, 2024
1 parent 6ef4774 commit e015095
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const SetupYourAgentForm = ({ serviceTemplate }: SetupYourAgentFormProps) => {
values.xPassword,
electronApi.validateTwitterLogin,
)
: { isValid: false };
: { isValid: false, cookies: undefined };
setTwitterCredentialsValidationStatus(
isTwitterCredentialsValid ? 'valid' : 'invalid',
);
Expand Down

0 comments on commit e015095

Please sign in to comment.