update otp readme

This commit is contained in:
Asim Aslam
2021-04-28 11:12:59 +01:00
parent ce8d0f3edf
commit 54db57b09f
2 changed files with 3 additions and 23 deletions

View File

@@ -20,7 +20,7 @@ message GenerateResponse {
string code = 1;
}
// Validate the code
// Validate the OTP code
message ValidateRequest {
// unique id, email or user for which the code was generated
string id = 1;