Don't send Authorization header if we don't have token
This commit is contained in:
parent
9c0e02ad51
commit
c296a86138
|
@ -10,8 +10,8 @@ Adapter = DS.ActiveModelAdapter.extend
|
|||
|
||||
hash.headers['accept'] = 'application/json; version=2'
|
||||
|
||||
token = Travis.sessionStorage.getItem('travis.token')
|
||||
hash.headers['Authorization'] ||= "token #{token}"
|
||||
if token = Travis.sessionStorage.getItem('travis.token')
|
||||
hash.headers['Authorization'] ||= "token #{token}"
|
||||
|
||||
hash
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user