changed default localStorage Key

This commit is contained in:
Cássio Zen
2016-12-23 17:30:27 -02:00
parent f63e3e6150
commit ff6bfe3789
2 changed files with 2 additions and 2 deletions

View File

@ -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);