Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

confirm before logout #56

Open
neb-b opened this issue Jan 25, 2023 · 0 comments
Open

confirm before logout #56

neb-b opened this issue Jan 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@neb-b
Copy link
Owner

neb-b commented Jan 25, 2023

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" },
])

@neb-b neb-b added the enhancement New feature or request label Feb 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant