0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client/app/session-stores/application.js
Austin Burdine 87e54c0d54 deps: ember-simple-auth@1.0.0
closes #5951
- update to esa 1.0
2015-10-18 13:17:02 -05:00

5 lines
152 B
JavaScript

import LocalStorageStore from 'ember-simple-auth/session-stores/local-storage';
export default LocalStorageStore.extend({
key: 'ghost:session'
});