Skip to content

Commit

Permalink
Add response when phone number registration is finished
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Dec 22, 2023
1 parent a534225 commit 8d8ef10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ func fnRegisterPhoneNumberFinish(ce *WrappedCommandEvent) {
if err := ce.User.Update(ce.Ctx); err != nil {
ce.Reply("failed to update user: %v", err)
}
ce.Reply("Phone number registered")
}

var cmdRegisterPhoneNumberFinish = &commands.FullHandler{
Expand Down

0 comments on commit 8d8ef10

Please sign in to comment.