mirror of
https://github.com/bitwarden/clients.git
synced 2025-12-05 19:17:06 -06:00
Updated link
This commit is contained in:
@@ -19,7 +19,7 @@ export const activeMarker: unique symbol = Symbol("active");
|
||||
|
||||
/**
|
||||
* @deprecated ActiveUserState is deprecated. Use SingleUserState instead.
|
||||
* See https://github.com/bitwarden/clients/tree/main/libs/state#should-i-use-activeuserstate
|
||||
* See [state README](../../README.md#should-i-use-activeuserstate) for details.
|
||||
*/
|
||||
export interface ActiveUserState<T> extends UserState<T> {
|
||||
readonly [activeMarker]: true;
|
||||
|
||||
Reference in New Issue
Block a user