mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
js hint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user