Skip to content

Commit

Permalink
Disable turbolinks globally to fix recaptcha issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharydenton authored and aptos-bot committed May 15, 2022
1 parent 05e2e0b commit 8acad77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<%= javascript_importmap_tags %>
</head>

<body class="flex flex-col h-screen justify-between">
<body class="flex flex-col h-screen justify-between" data-turbo="false">
<div class="flex flex-col flex-1">
<%= render "layouts/header" unless @hide_header %>

Expand Down

0 comments on commit 8acad77

Please sign in to comment.