review change

This commit is contained in:
Kieran 2023-01-28 16:58:52 +00:00
parent 2d75139065
commit a9ec9334af
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -29,7 +29,7 @@ export default function Layout() {
const pub = useEventPublisher();
useLoginFeed();
useMemo(() => {
useEffect(() => {
System.nip42Auth = pub.nip42Auth
},[pub])