Fix master build (#3432)

This commit is contained in:
hq1 2023-10-17 12:16:04 +02:00 committed by GitHub
parent d7cd719d4f
commit e12ea9701d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -163,7 +163,7 @@ defmodule Plausible.Auth.User do
Path.join(PlausibleWeb.Endpoint.url(), ["avatar/", hash])
end
defp validate_email_changed(changeset) do
if !get_change(changeset, :email) && !changeset.errors[:email] do
add_error(changeset, :email, "can't be the same", validation: :different_email)

View File

@ -127,6 +127,7 @@ defmodule PlausibleWeb.Components.Generic do
attr :href, :string, required: true
attr :new_tab, :boolean, default: false
attr :class, :string, default: ""
attr :id, :any, default: nil
slot :inner_block
def unstyled_link(assigns) do