Minor cleanup

This commit is contained in:
Matthew Dillon 2015-07-13 08:29:53 -08:00
parent ea77042b19
commit de18cfc949
5 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,6 @@
import Session from 'simple-auth/session';
import parseBase64 from '../utils/parse-base64';
import Ember from 'ember';
var CustomSession = Session.extend({
currentUser: function() {