Skip to content

Commit a10191a

Browse files
committed
How'd you get in there
1 parent 9eb31a1 commit a10191a

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
@@ -77,7 +77,7 @@ const EnhancedForm = withFormik<Props, Values>({
7777
window.location = response.intended || '/';
7878
return;
7979
}
80-
å
80+
8181
setSubmitting(false);
8282
})
8383
.catch(error => {

0 commit comments

Comments
 (0)