mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
js hint
This commit is contained in:
parent
ab9448e039
commit
d9f4819372
@ -16,9 +16,9 @@
|
||||
|
||||
export default
|
||||
['$http', '$rootScope', '$location', '$cookieStore', 'GetBasePath', 'Store',
|
||||
'$injector', '$q',
|
||||
'$injector',
|
||||
function ($http, $rootScope, $location, $cookieStore, GetBasePath, Store,
|
||||
$injector, $q) {
|
||||
$injector) {
|
||||
return {
|
||||
setToken: function (token, expires) {
|
||||
// set the session cookie
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user