1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

syntax fixes

This commit is contained in:
Kyle Spearrin
2017-04-12 16:14:29 -04:00
parent 40f9961541
commit 0591f106d3
2 changed files with 2 additions and 2 deletions

View File

@@ -185,7 +185,7 @@ angular
tokenService.setRefreshToken(response.refresh_token);
return response.access_token;
});
}
};
return _service;
});