1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 18:23:31 +00:00

Removed extra changes.

This commit is contained in:
Todd Martin
2025-12-09 16:17:45 -05:00
parent d1f9d6d775
commit 31d236ebb0

View File

@@ -16,9 +16,8 @@ export abstract class SingleUserStateProvider {
abstract get<T>(userId: UserId, userKeyDefinition: UserKeyDefinition<T>): SingleUserState<T>; abstract get<T>(userId: UserId, userKeyDefinition: UserKeyDefinition<T>): SingleUserState<T>;
} }
/** /** A provider for getting an implementation of state scoped to a given key, but always pointing
* @deprecated ActiveUserStateProvider is deprecated. Use SingleUserStateProvider instead. * to the currently active user
* See [state README](../../README.md#should-i-use-activeuserstate) for details.
*/ */
export abstract class ActiveUserStateProvider { export abstract class ActiveUserStateProvider {
/** /**