Skip to content

Commit

Permalink
chore: add missing register page
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Feb 5, 2025
1 parent 6835206 commit de69b8f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ defmodule AshAuthentication.Phoenix.Components.Password.RegisterForm do
|> Form.for_action(strategy.register_action_name,
domain: domain,
as: subject_name |> to_string(),
transform_errors: _transform_errors(),
id:
"#{subject_name}-#{Strategy.name(strategy)}-#{strategy.register_action_name}"
|> slugify(),
Expand Down

0 comments on commit de69b8f

Please sign in to comment.