Skip to content

Commit

Permalink
Merge pull request abalone0204#32 from abalone0204/fix/logout
Browse files Browse the repository at this point in the history
fix(logout): Fix
  • Loading branch information
abalone0204 authored Jun 15, 2016
2 parents fb114b4 + 6aaf435 commit 5ee1299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chromeExtension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Clairvoyance - 求職天眼通",
"description": "讓你能在各大人力銀行上留言討論職缺,減少求職的資訊不對稱",
"version": "2.1",
"version": "2.1.1",
"author": "clver",
"icons": {
"16": "icon16.png",
Expand Down
2 changes: 1 addition & 1 deletion front-end/app/sagas/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function* loginFlow(action) {
}

export function* cleanAccessToken() {
yield call(chrome.storage.sync.clear)
chrome.storage.sync.clear()
// yield call(chrome.storage.sync.remove, 'access_token', (e) => {
// console.log('cleanAccessToken:' ,e);
// })
Expand Down

0 comments on commit 5ee1299

Please sign in to comment.