fix: nip42
This commit is contained in:
@ -64,7 +64,7 @@ export default function Layout() {
|
||||
|
||||
useEffect(() => {
|
||||
if (pub) {
|
||||
System.HandleAuth = pub.nip42Auth;
|
||||
System.HandleAuth = pub.nip42Auth.bind(pub);
|
||||
}
|
||||
}, [pub]);
|
||||
|
||||
|
Reference in New Issue
Block a user