diff options
Diffstat (limited to 'core/src/services/BrowserStorageService.js')
-rw-r--r-- | core/src/services/BrowserStorageService.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/services/BrowserStorageService.js b/core/src/services/BrowserStorageService.js index d383e1caaaf..3ecf52f423d 100644 --- a/core/src/services/BrowserStorageService.js +++ b/core/src/services/BrowserStorageService.js @@ -3,7 +3,7 @@ * * @author John Molakvoæ <skjnldsv@protonmail.com> * - * @license GNU AGPL version 3 or any later version + * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -22,7 +22,7 @@ import { getBuilder } from '@nextcloud/browser-storage' -export default getBuilder('nextcloud') +export default getBuilder('core') .clearOnLogout() .persist() .build() |