diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-30 12:10:10 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-30 16:08:08 +0100 |
commit | 0e6cb988a1cb6e0bc94053816ebb7bdc66e871af (patch) | |
tree | a7abf657c978cb6faedc918e41d3b6b8e64c26b6 /apps/twofactor_backupcodes/src | |
parent | 49ae3a3daa3ea479902386792b34359cbc8a8fdf (diff) | |
download | nextcloud-server-0e6cb988a1cb6e0bc94053816ebb7bdc66e871af.tar.gz nextcloud-server-0e6cb988a1cb6e0bc94053816ebb7bdc66e871af.zip |
Add a key parameter to the new initial state API
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/twofactor_backupcodes/src')
-rw-r--r-- | apps/twofactor_backupcodes/src/settings.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/twofactor_backupcodes/src/settings.js b/apps/twofactor_backupcodes/src/settings.js index 0d28f1fe9c7..5a8251121da 100644 --- a/apps/twofactor_backupcodes/src/settings.js +++ b/apps/twofactor_backupcodes/src/settings.js @@ -4,7 +4,7 @@ import store from './store'; Vue.prototype.t = t; -const initialState = OCP.InitialState.loadState('twofactor_backupcodes'); +const initialState = OCP.InitialState.loadState('twofactor_backupcodes', 'state'); store.replaceState( initialState ) |