Open Maharshi-Pathak opened 3 months ago
The repository URL in the package.json includes a personal access token (PAT) as part of the URL: "url": "git+https://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@github.com/NEU-ABLE-LAB/SurveyJs-HomeAssistant-Card.git". This token is used for authentication, granting the user specific access rights to the repository.
Since we are using a public repository, it's better to remove PAT from the URL.
I've created a pat-remove branch, where I've removed the PAT from the URL.
https://github.com/NEU-ABLE-LAB/SurveyJs-HomeAssistant-Card/blame/79da49c9958354dd76c001a93ee65a48cb9d00e6/package.json#L11