mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-08-28 02:50:24 +02:00
identity: handle errors when sending/verifying sms otp codes
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Streetwriters.Identity.Interfaces
|
||||
{
|
||||
public interface ISMSSender
|
||||
{
|
||||
Task<string> SendOTPAsync(string number, IClient client);
|
||||
Task<string?> SendOTPAsync(string number, IClient client);
|
||||
Task<bool> VerifyOTPAsync(string id, string code);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user