$wire login

This commit is contained in:
HolgerHatGarKeineNode
2023-08-23 16:41:28 +02:00
parent 34d3da2a06
commit eebaa386ee
2 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
});
await ndkUser.fetchProfile();
console.log(ndkUser);
this.userProfile = ndkUser.profile;
$wire.login(user.npub);
}
});
}