fix: remove learner record MFE URL building logic

[APER-2240]

The Profile MFE no longer needs to understand anything about the Learner Record MFE. The Credentials IDA now has logic to determine if a request should be redirected to the Learner Record MFE so we can remove these changes from the Profile MFE.
This commit is contained in:
Justin Hynes
2023-01-30 13:54:50 -05:00
parent 628914dce3
commit 25d0ecb531
5 changed files with 2 additions and 23 deletions

2
.env
View File

@@ -22,8 +22,6 @@ LOGO_URL=''
LOGO_TRADEMARK_URL=''
LOGO_WHITE_URL=''
FAVICON_URL=''
ENABLE_LEARNER_RECORD_MFE=''
LEARNER_RECORD_MFE_BASE_URL=''
COLLECT_YEAR_OF_BIRTH=true
APP_ID=''
MFE_CONFIG_API_URL=''