feat(SW-360): Add signup verification route w. tracking for login
This commit is contained in:
committed by
Pontus Dreij
parent
0e0c09dfcd
commit
bf8976c24c
@@ -21,8 +21,6 @@ export const contentPageQueryRouter = router({
|
||||
get: contentstackExtendedProcedureUID.query(async ({ ctx }) => {
|
||||
const { lang, uid } = ctx
|
||||
|
||||
// TODO: Add logic to: check if Authed & Content Page URL is a "signup page", if so, redirect to home page.
|
||||
|
||||
const contentPageRefsData = await fetchContentPageRefs(lang, uid)
|
||||
const contentPageRefs = validateContentPageRefs(
|
||||
contentPageRefsData,
|
||||
|
||||
Reference in New Issue
Block a user