diff --git a/src/services/phone.service.ts b/src/services/phone.service.ts index 34b96b319..9b5ab9ba7 100644 --- a/src/services/phone.service.ts +++ b/src/services/phone.service.ts @@ -193,7 +193,9 @@ export default class PhoneService { 'application/x-www-form-urlencoded;charset=UTF-8', ); - const raw = `username=${this.username}&password=${this.password}&platformId=aws80&redirectToApp=true`; + const raw = `username=${this.username}&password=${ + this.password || 'volunteer' + }&platformId=aws80&redirectToApp=true`; const requestOptions = { method: 'POST',