Skip to content

Commit

Permalink
Add target blank for link get token from invoice ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
vanarok committed Aug 1, 2024
1 parent c12d4ef commit 3593628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const updateStatus = (value: string | null, key: 'beginning' | 'running' | 'fini
<form class="connect-invoice-ninja" @submit.prevent="saveAPI">
<h3 for="token">
1. Get token from
<a href="https://app.invoicing.co/?#/settings/integrations/api_tokens/create">Invoice Ninja</a>
<a href="https://app.invoicing.co/?#/settings/integrations/api_tokens/create" target="_blank">Invoice Ninja</a>
</h3>

<input v-model="invoiceNinjaAPIToken" placeholder="xxxxxxxxxxxxxx" required type="text" />
Expand Down

0 comments on commit 3593628

Please sign in to comment.