mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-11 11:43:58 +02:00
fix: twice social callback call
This commit is contained in:
@@ -8,5 +8,6 @@ const props = Astro.props;
|
|||||||
|
|
||||||
<BaseLayout {...props} noIndex={true}>
|
<BaseLayout {...props} noIndex={true}>
|
||||||
<slot />
|
<slot />
|
||||||
|
<div slot='login-popup'></div>
|
||||||
<div slot='page-footer'></div>
|
<div slot='page-footer'></div>
|
||||||
</BaseLayout>
|
</BaseLayout>
|
||||||
|
@@ -150,7 +150,9 @@ const gaPageIdentifier = Astro.url.pathname
|
|||||||
</slot>
|
</slot>
|
||||||
|
|
||||||
<Authenticator />
|
<Authenticator />
|
||||||
|
<slot name="login-popup">
|
||||||
<LoginPopup />
|
<LoginPopup />
|
||||||
|
</slot>
|
||||||
<CommandMenu client:idle />
|
<CommandMenu client:idle />
|
||||||
<PageProgress initialMessage={initialLoadingMessage} client:idle />
|
<PageProgress initialMessage={initialLoadingMessage} client:idle />
|
||||||
<PageSponsor
|
<PageSponsor
|
||||||
|
Reference in New Issue
Block a user