andrewmcgivery / angular-soap

An angular port of a Javascript SOAP Client into a factory that has a similar syntax to $http.
114 stars 84 forks source link

fixing username mistyped variable name #30

Closed gorghoa closed 8 years ago

gorghoa commented 8 years ago

The credential username was stored as username but was used as userName. The credential check would therefore never be true, hence, credentials were never passed. (if someone would really wants to send credentials through the browser…).