Skip to content

Commit

Permalink
Update templates/live_views/authentication_live.ex
Browse files Browse the repository at this point in the history
Co-authored-by: Owen Bickford <[email protected]>
  • Loading branch information
peaceful-james and type1fool committed Jul 2, 2024
1 parent fbab1aa commit dcded60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/live_views/authentication_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ defmodule <%= inspect @web_pascal_case %>.AuthenticationLive do
def handle_info({:error, %{"message" => message, "name" => "NoUserVerifyingPlatformAuthenticatorAvailable"}}, socket) do
socket
|> assign(:token_form, nil)
|> put_toast(:error, message)
|> put_flash(:error, message)
|> then(&{:noreply, &1})
end

Expand Down

0 comments on commit dcded60

Please sign in to comment.