Skip to content

Commit

Permalink
is this better?
Browse files Browse the repository at this point in the history
  • Loading branch information
jxjj committed Dec 30, 2024
1 parent 1acc7ff commit f9cb115
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app/views/sessions/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
});
</script>
<%= form_tag("/auth/#{@auth_provider}", method: 'post', id: 'auth-form', data: {turbo: false}) do %>
<div class="tw-flex tw-flex-col tw-max-w-screen-sm tw-mx-auto tw-justify-center tw-items-center tw-p-4 tw-gap-4">
<p>Redirecting to sign in...</p>
<button type='submit' class="btn btn-primary tw-text-base">Continue to sign in</button>
</div>
<noscript>
<div class="tw-flex tw-flex-col tw-max-w-screen-sm tw-mx-auto tw-justify-center tw-items-center tw-p-4 tw-gap-4">
<p>Redirecting to sign in...</p>
<button type='submit' class="btn btn-primary tw-text-base">Continue to sign in</button>
</div>
</noscript>
<% end %>

0 comments on commit f9cb115

Please sign in to comment.