mirror of
https://github.com/bitwarden/browser
synced 2026-02-23 16:13:21 +00:00
[PM-29149] Add ServerCommunicationConfigService (#18815)
* Add state- and key-definitions for persisting serverCommunicationConfig(s) * Add implementation of the SDK-defined ServerCommunicationConfigRepository * Add ServerCommunicationConfigService --------- Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
committed by
jaasen-livefront
parent
9647d35684
commit
3ea81f3e80
@@ -137,6 +137,10 @@ export const EXTENSION_INITIAL_INSTALL_DISK = new StateDefinition(
|
||||
export const WEB_PUSH_SUBSCRIPTION = new StateDefinition("webPushSubscription", "disk", {
|
||||
web: "disk-local",
|
||||
});
|
||||
export const SERVER_COMMUNICATION_CONFIG_DISK = new StateDefinition(
|
||||
"serverCommunicationConfig",
|
||||
"disk",
|
||||
);
|
||||
|
||||
// Design System
|
||||
|
||||
|
||||
Reference in New Issue
Block a user