Ttracy/microba 1192 early with info display behavior (#497)
* [feat] Add ID verification Alert to course home if a user has a verified seat, but is in the unverified certificate status state, the certificateStatusAlert will now show a message letting the learner know they need to verify in order to earn a certificate. This does not remove the message about the verification deadline in the right sidebar of the course home.
This commit is contained in:
@@ -82,7 +82,7 @@ export function initializeMockApp() {
|
||||
roles: [],
|
||||
administrator: false,
|
||||
},
|
||||
SUPPORT_URL_ID_VERIFICATION: true,
|
||||
SUPPORT_URL_ID_VERIFICATION: 'http://example.com',
|
||||
});
|
||||
|
||||
const loggingService = configureLogging(MockLoggingService, {
|
||||
|
||||
Reference in New Issue
Block a user