You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This should never happen. Display an error in the debug info bar.
203
-
constmessage=`Failed to login with username "${ExamModeUI.EXAM_USERNAME}" and password "${ExamModeUI.EXAM_PASSWORD}" to start an exam session`;
204
-
205
-
window.ui.setDebugInfo(message);
206
-
console.error(message);
202
+
window.ui.setDebugInfo(`Failed to login with username "${ExamModeUI.EXAM_USERNAME}" and password "${ExamModeUI.EXAM_PASSWORD}" to start an exam session`);
0 commit comments