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" }, |
|
]) |
mention making sure they have a copy of the private key
logout button is here:
daisy/src/screens/Settings.tsx
Line 41 in f09b381
similar code is here:
daisy/src/components/NoteActions.tsx
Lines 63 to 76 in f09b381