We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624b84d commit 439d222Copy full SHA for 439d222
src/Infrastructure/BotSharp.Abstraction/Users/IUserService.cs
@@ -15,5 +15,5 @@ public interface IUserService
15
Task<bool> SendVerificationCodeResetPassword(User user);
16
Task<bool> ResetUserPassword(User user);
17
Task<bool> ModifyUserEmail(string email);
18
- Task<bool> ModifyUserPhone(string email);
+ Task<bool> ModifyUserPhone(string phone);
19
}
0 commit comments