petalbid-frontend
    Preparing search index...

    Variable AuthProviderConst

    AuthProvider: React.FC<AuthProviderProps> = ...

    Provider component that makes authentication state and functions available to its children. It manages user data, persisting the user profile to localStorage (but not the token).

    The component props.

    The provider component wrapping its children.