ui: remove flash message on password generation
This commit is contained in:
parent
d4e8e4a16c
commit
555a09d34b
1 changed files with 1 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue