mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
js hint
This commit is contained in:
@@ -16,9 +16,9 @@
|
|||||||
|
|
||||||
export default
|
export default
|
||||||
['$http', '$rootScope', '$location', '$cookieStore', 'GetBasePath', 'Store',
|
['$http', '$rootScope', '$location', '$cookieStore', 'GetBasePath', 'Store',
|
||||||
'$injector', '$q',
|
'$injector',
|
||||||
function ($http, $rootScope, $location, $cookieStore, GetBasePath, Store,
|
function ($http, $rootScope, $location, $cookieStore, GetBasePath, Store,
|
||||||
$injector, $q) {
|
$injector) {
|
||||||
return {
|
return {
|
||||||
setToken: function (token, expires) {
|
setToken: function (token, expires) {
|
||||||
// set the session cookie
|
// set the session cookie
|
||||||
|
|||||||
Reference in New Issue
Block a user