From c27fc39411c63f7eaa411aa504135d1f3f6746ee Mon Sep 17 00:00:00 2001 From: Robyn MacCallum Date: Thu, 6 Jan 2022 11:03:44 -0500 Subject: [PATCH] Use correct api Keys (#599) --- common/src/services/stateMigration.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/services/stateMigration.service.ts b/common/src/services/stateMigration.service.ts index 7f36906e67..864a243abb 100644 --- a/common/src/services/stateMigration.service.ts +++ b/common/src/services/stateMigration.service.ts @@ -31,8 +31,8 @@ const v1Keys = { biometricText: "biometricText", biometricUnlock: "biometric", clearClipboard: "clearClipboardKey", - clientId: "clientId", - clientSecret: "clientSecret", + clientId: "apikey_clientId", + clientSecret: "apikey_clientSecret", collapsedGroupings: "collapsedGroupings", convertAccountToKeyConnector: "convertAccountToKeyConnector", defaultUriMatch: "defaultUriMatch",