department-of-veterans-affairs/vets-website

View on GitHub
src/platform/site-wide/ebenefits/selectors.js

Summary

Maintainability
A
0 mins
Test Coverage
import { isAuthenticatedWithSSOe } from 'platform/user/authentication/selectors';

// User must be authenticated with SSOe for the proxied/eauth function to work
export const shouldUseProxyUrl = state => isAuthenticatedWithSSOe(state);