Skip to content

Commit

Permalink
fix js bug
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed May 29, 2024
1 parent 0bbf692 commit 745f369
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions resources/js/Pages/Sources/EmailBoxSource/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,14 @@ const form = useForm({
title: '',
details: '',
recurring: 'not',
email_box: "Inbox",
host: "",
username: "",
password: "",
delete: false,
secrets: {
username: "[email protected]",
password: "password",
host: "mail.bobsburgers.com",
email_box: "Inbox",
port: 993,
delete: true,
},
active: true
});
Expand Down

0 comments on commit 745f369

Please sign in to comment.