mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-04-07 14:06:56 +02:00
fix: remove alert messages from event verification
in CreateProfileForm
This commit is contained in:
@@ -172,9 +172,6 @@ export function CreateProfileForm() {
|
||||
// Verify the event
|
||||
const isGood = verifyEvent(signedEvent);
|
||||
|
||||
alert(`Event verification: ${isGood ? 'Success' : 'Failed'}`);
|
||||
alert(JSON.stringify(signedEvent, null, 2));
|
||||
|
||||
if (isGood) {
|
||||
// Publish to relays
|
||||
publish(signedEvent);
|
||||
|
||||
Reference in New Issue
Block a user