We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cae43b commit a7286ffCopy full SHA for a7286ff
1 file changed
src/pages/client/pages/ClientInstancePage/components/LocationsList/modals/MFAModal/MFAModal.tsx
@@ -112,7 +112,6 @@ export const MFAModal = () => {
112
setProxyUrl(selectedInstance.proxy_url);
113
const mfaStartUrl = `${selectedInstance.proxy_url + CLIENT_MFA_ENDPOINT}/start`;
114
115
- console.log("MFAMofal, location.posture_check_required:", location.posture_check_required);
116
const posture_data = location.posture_check_required
117
? await getPostureData()
118
: undefined;
@@ -122,7 +121,6 @@ export const MFAModal = () => {
122
121
location_id: location.network_id,
123
posture_data,
124
};
125
- console.log("MFAModal, data:", data);
126
127
try {
128
const response = await fetch(mfaStartUrl, {
0 commit comments