Skip to content

Commit

Permalink
make it actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceful-james committed Aug 3, 2024
1 parent 8af7096 commit e8f1cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webauthn_components/authentication_component.ex
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ defmodule WebauthnComponents.AuthenticationComponent do
class={@class}
title="Use an existing account"
disabled={@disabled}
data-skip-conditional-ui-check={@skip_conditional_ui_check}
data-skip-conditional-ui-check={if @skip_conditional_ui_check, do: "true"}
>
<span :if={@show_icon?} class="w-4 aspect-square opacity-70"><.icon_key /></span>
<span><%= @display_text %></span>
Expand Down

0 comments on commit e8f1cfd

Please sign in to comment.