Skip to content

Commit

Permalink
fix vite warning
Browse files Browse the repository at this point in the history
  • Loading branch information
petersutter committed Sep 16, 2024
1 parent 2ec075d commit a63784b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/components/Secrets/GSecretDialogNetlify.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ SPDX-License-Identifier: Apache-2.0
<p>
Then base64 encode the token. For eg. if the generated token in 1234567890123456, use
</p>
<p>
<pre>$ echo -n '1234567890123456789' | base64</pre>
</p>
<pre>$ echo -n '1234567890123456789' | base64</pre>
<p>
For details see
<g-external-link url="https://docs.netlify.com/cli/get-started/#obtain-a-token-in-the-netlify-ui" />
Expand Down

0 comments on commit a63784b

Please sign in to comment.