mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-17 14:41:52 +02:00
Persist query parameters on ai and custom roadmap page
This commit is contained in:
@@ -101,7 +101,7 @@ export function GitHubButton(props: GitHubButtonProps) {
|
|||||||
// For non authentication pages, we want to redirect back to the page
|
// For non authentication pages, we want to redirect back to the page
|
||||||
// the user was on before they clicked the social login button
|
// the user was on before they clicked the social login button
|
||||||
if (!['/login', '/signup'].includes(window.location.pathname)) {
|
if (!['/login', '/signup'].includes(window.location.pathname)) {
|
||||||
const pagePath = ['/respond-invite', '/befriend'].includes(
|
const pagePath = ['/respond-invite', '/befriend', '/r', '/ai'].includes(
|
||||||
window.location.pathname,
|
window.location.pathname,
|
||||||
)
|
)
|
||||||
? window.location.pathname + window.location.search
|
? window.location.pathname + window.location.search
|
||||||
|
@@ -97,7 +97,7 @@ export function GoogleButton(props: GoogleButtonProps) {
|
|||||||
// For non authentication pages, we want to redirect back to the page
|
// For non authentication pages, we want to redirect back to the page
|
||||||
// the user was on before they clicked the social login button
|
// the user was on before they clicked the social login button
|
||||||
if (!['/login', '/signup'].includes(window.location.pathname)) {
|
if (!['/login', '/signup'].includes(window.location.pathname)) {
|
||||||
const pagePath = ['/respond-invite', '/befriend'].includes(
|
const pagePath = ['/respond-invite', '/befriend', '/r', '/ai'].includes(
|
||||||
window.location.pathname,
|
window.location.pathname,
|
||||||
)
|
)
|
||||||
? window.location.pathname + window.location.search
|
? window.location.pathname + window.location.search
|
||||||
|
@@ -97,7 +97,7 @@ export function LinkedInButton(props: LinkedInButtonProps) {
|
|||||||
// For non authentication pages, we want to redirect back to the page
|
// For non authentication pages, we want to redirect back to the page
|
||||||
// the user was on before they clicked the social login button
|
// the user was on before they clicked the social login button
|
||||||
if (!['/login', '/signup'].includes(window.location.pathname)) {
|
if (!['/login', '/signup'].includes(window.location.pathname)) {
|
||||||
const pagePath = ['/respond-invite', '/befriend'].includes(
|
const pagePath = ['/respond-invite', '/befriend', '/r', '/ai'].includes(
|
||||||
window.location.pathname,
|
window.location.pathname,
|
||||||
)
|
)
|
||||||
? window.location.pathname + window.location.search
|
? window.location.pathname + window.location.search
|
||||||
|
Reference in New Issue
Block a user