Browse Source

Persist current team when using token auth (#616)

master
Albert Martin 8 years ago
committed by Leo Lamprecht
parent
commit
ba1543e3e8
  1. 3
      lib/cfg.js

3
lib/cfg.js

@ -56,7 +56,8 @@ async function read({ force = false, token, apiUrl } = {}) {
uid: user.uid, uid: user.uid,
username: user.username, username: user.username,
email: user.email email: user.email
} },
currentTeam: existing.currentTeam
} }
} }
return {} return {}

Loading…
Cancel
Save