Merged in feat/LOY-201-Employee-benefits-auth-card-sidebar (pull request #1891)

Feat(LOY-201): Employee benefits auth card sidebar

* feat(LOY-201): WIP - add EmployeeBenefitsAuthCard component to Sidebar and update dynamic content enum

* feat(LOY-201): reorganize EmployeeBenefitsAuthCard

* chore: remove debug console logs from DynamicContent handling


Approved-by: Christian Andolf
This commit is contained in:
Chuma Mcphoy (We Ahead)
2025-04-29 09:56:56 +00:00
parent af2a3f42c8
commit d2e99d2c45
5 changed files with 58 additions and 2 deletions

View File

@@ -22,7 +22,6 @@ export default async function JoinLoyaltyContact({
}: JoinLoyaltyContactProps) {
const [intl, session] = await Promise.all([getIntl(), auth()])
// Check if we valid session, that means we are logged in.
if (isValidSession(session)) {
return null
}