Skip to content

Commit

Permalink
changed default localStorage Key
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiozen committed Dec 23, 2016
1 parent f63e3e6 commit ff6bfe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "netlify-cms",
"version": "0.1.14",
"version": "0.1.15",
"description": "Netlify CMS lets content editors work on structured content stored in git",
"main": "dist/cms.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/backends/backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { selectListMethod, selectEntrySlug, selectEntryPath, selectAllowNewEntri
import { createEntry } from "../valueObjects/Entry";

class LocalStorageAuthStore {
storageKey = "nf-cms-user";
storageKey = "netlify-cms-user";

retrieve() {
const data = window.localStorage.getItem(this.storageKey);
Expand Down

0 comments on commit ff6bfe3

Please sign in to comment.