changed default localStorage Key
This commit is contained in:
parent
f63e3e6150
commit
ff6bfe3789
@ -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": {
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user