Token moved

This commit is contained in:
Vincent Fiduccia 2018-01-19 17:14:22 -07:00
parent 697bfb2d43
commit b08199d032
No known key found for this signature in database
GPG Key ID: 2B29AD6BB2BB2582
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ export default Component.extend(ModalBase, {
let token = '';
if ( tokenObj ) {
token = btoa(`Bearer ${tokenObj.metadata.name}`);
token = btoa(`Bearer ${tokenObj.token}`);
}
return str