Updated link

This commit is contained in:
Todd Martin
2025-12-05 16:17:23 -05:00
parent e0cd62ef07
commit a91bdd43c8

View File

@@ -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;