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",