Minor cleanup
This commit is contained in:
parent
ea77042b19
commit
de18cfc949
5 changed files with 4 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Reference in a new issue