Skip to content

Commit

Permalink
Change virtual key link text
Browse files Browse the repository at this point in the history
  • Loading branch information
fredli74 committed Apr 2, 2024
1 parent 57c2662 commit 6276a60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions providers/tesla/app/tesla.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
text--darken-4
"
>
The newest Tesla vehicles require a
Tesla
<a :href="teslaVirtualKeyUrl" target="_blank" rel="noopener noreferrer"
>Virtual Key</a
>
to control charging.
required to control charging.
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion providers/tesla/tesla-config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const config = {
TESLA_COMMAND_PROXY: ``,
TESLA_COMMAND_PROXY: ``, // 'https://user:pass@localhost:4443',

TESLA_API_BASE_URL: `https://fleet-api.prd.eu.vn.cloud.tesla.com`,
TESLA_API_PROXY: ``,
Expand Down

0 comments on commit 6276a60

Please sign in to comment.