mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 18:23:31 +00:00
Removed extra changes.
This commit is contained in:
@@ -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 {
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user