Files
nostr_login_lite/packages/components/src/components/nl-confirm-logout/readme.md
Your Name 37fb89c0a9 first
2025-09-09 09:32:09 -04:00

1.5 KiB

nl-confirm-logout

Properties

Property Attribute Description Type Default
description description string "Your profile keys are stored in this browser tab and will be deleted if you log out, and your profile will be inaccessible."
titleModal title-modal string "Delete keys?"

Events

Event Description Type
handleBackUpModal CustomEvent<string>
handleLogoutBanner CustomEvent<string>
nlCloseModal CustomEvent<any>

Dependencies

Used by

Depends on

Graph

graph TD;
  nl-confirm-logout --> button-base
  nl-auth --> nl-confirm-logout
  style nl-confirm-logout fill:#f9f,stroke:#333,stroke-width:4px

Built with StencilJS