fix: nip42

This commit is contained in:
2023-04-18 21:29:38 +01:00
parent 28383b8464
commit f4244f881e
3 changed files with 27 additions and 10 deletions

View File

@ -64,7 +64,7 @@ export default function Layout() {
useEffect(() => {
if (pub) {
System.HandleAuth = pub.nip42Auth;
System.HandleAuth = pub.nip42Auth.bind(pub);
}
}, [pub]);