Skip to content

Commit

Permalink
Add phone number as editable to users
Browse files Browse the repository at this point in the history
  • Loading branch information
mveytsman committed Sep 5, 2024
1 parent fa374c4 commit ad27234
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/bike_brigade_web/live/user_live/form_component.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

<.input type="email" field={{f, :email}} label="Email" />

<.input type="tel" field={{f, :phone}} label="Phone Number" />

<.rider_select
field={{f, :rider_id}}
label="Associated Rider"
Expand Down

0 comments on commit ad27234

Please sign in to comment.