Improvements for RIDYGO

This commit is contained in:
2023-03-29 12:59:08 +02:00
parent e2ff98094b
commit a76c0412a3
11 changed files with 577 additions and 184 deletions

View File

@@ -20,4 +20,11 @@ message LocalAuth {
string password = 11;
string email = 12;
string phone_number = 13;
Validation email_validation = 14;
Validation phone_number_validation = 15;
}
message Validation {
bool validated = 20;
string validation_code = 21;
}