Components
<ActiveSessions />
List every active sign-in session with device hints and revoke or sign out controls.
Usage
import { ActiveSessions } from "@better-auth-ui/heroui"
function RouteComponent() {
return (
<div className="container mx-auto p-4 md:p-6">
<ActiveSessions />
</div>
)
}Props
Prop
Type
Last updated on