Merge pull request #5315 from nottalulah/patch-1

user actions: fix password change causing empty entry
This commit is contained in:
evazion
2022-10-28 23:43:49 -05:00
committed by GitHub

View File

@@ -118,7 +118,7 @@
<%= link_to_user user %> deleted their account.
<% when "password_reset" %>
<%= link_to_user user %> reset their password.
<% when "password_reset" %>
<% when "password_change" %>
<%= link_to_user user %> changed their password.
<% when "email_change" %>
<%= link_to_user user %> changed their email address.