Skip to content

confirm before logout #56

@neb-b

Description

@neb-b

mention making sure they have a copy of the private key

logout button is here:

similar code is here:

Alert.alert("Boost", "Are you sure you want to boost this?", [
{
text: "Boost",
onPress: () =>
dispatch(
doPublishNote({
kind: nostrEventKinds.repost,
content: stringifiedNote,
repostOf: id,
})
),
},
{ text: "Cancel", style: "cancel" },
])

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions