Azure / ng-deploy-azure

Deploy Angular apps to Azure using the Angular CLI
MIT License
79 stars 37 forks source link

fix: adding IF clause to ensure getToken doesn't crash #66

Closed softchris closed 4 years ago

softchris commented 4 years ago

Pull Request Template

Description

we have a corrupt auth object who's credentials object seems to lack the method getToken(). This fix ensure we prompt the user for login every time. Super annoying but at least it stands up

Type of change

Please delete options that are not relevant.

manekinekko commented 4 years ago

Closing infavor of #67