From 555a09d34b6534268d8a2692dbd63bab9d3ac316 Mon Sep 17 00:00:00 2001 From: Graham McIntie Date: Sun, 15 Feb 2026 08:48:32 -0600 Subject: [PATCH] ui: remove flash message on password generation --- lib/towerops_web/live/help_live/index.ex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/towerops_web/live/help_live/index.ex b/lib/towerops_web/live/help_live/index.ex index f2ad7be2..b108d4a1 100644 --- a/lib/towerops_web/live/help_live/index.ex +++ b/lib/towerops_web/live/help_live/index.ex @@ -74,8 +74,7 @@ defmodule ToweropsWeb.HelpLive.Index do {:noreply, socket |> assign(:generated_password, password) - |> assign(:password_generating, false) - |> put_flash(:info, t("Password generated successfully from random.org"))} + |> assign(:password_generating, false)} {:error, reason} -> {:noreply,