Skip to content

Commit 984deab

Browse files
committed
Remove debug log in LoginCheckpointContainer.tsx
1 parent 55a3e76 commit 984deab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/components/auth/LoginCheckpointContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const LoginCheckpointContainer = () => {
8181
const EnhancedForm = withFormik<Props, Values>({
8282
handleSubmit: ({ code, recoveryCode }, { setSubmitting, props: { addError, clearFlashes, location } }) => {
8383
clearFlashes();
84-
console.log(code);
84+
8585
loginCheckpoint(location.state?.token || '', code, recoveryCode)
8686
.then(response => {
8787
if (response.complete) {

0 commit comments

Comments
 (0)