Components
<ActiveSessions />
List every active sign-in session with device hints and revoke or sign out controls.
Usage
Active sessions
import { ActiveSessions } from "@/components/auth/settings/security/active-sessions"
export function ActiveSessionsDemo() {
return (
<div className="w-full">
<ActiveSessions />
</div>
)
}Props
Prop
Type
Last updated on