Skip to content

Commit

Permalink
Remove button and show vehicle list after Tesla auth is done
Browse files Browse the repository at this point in the history
  • Loading branch information
fredli74 committed Jan 31, 2024
1 parent b214610 commit 4f5dbd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/tesla/app/tesla.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export default class TeslaVue extends Vue {
window.location.pathname.replace("/auth", "/new")
);
await this.loadTeslaVehicles(token);
this.showAuthButton = false;
} catch (err) {
console.debug(err);
eventBus.$emit(
Expand Down

0 comments on commit 4f5dbd7

Please sign in to comment.