Skip to content

Commit

Permalink
Fix wrong link labels
Browse files Browse the repository at this point in the history
  • Loading branch information
akadusei committed Jul 11, 2024
1 parent 410f16a commit c264ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/current_login/new_page.cr
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ struct CurrentLogin::NewPage < AuthLayout
end

para do
link lost_password_text, to: ::EmailConfirmations::New
link lost_password_text, to: ::PasswordResets::New
text " | "
link no_account_text, to: ::PasswordResets::New
link no_account_text, to: ::EmailConfirmations::New
end

para do
Expand Down

0 comments on commit c264ae0

Please sign in to comment.