register with optional role in the post request

This commit is contained in:
filipriec
2025-04-11 13:37:57 +02:00
parent 944131d5a6
commit 0fd2a589eb
5 changed files with 52 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ message RegisterRequest {
string email = 2;
string password = 3;
string password_confirmation = 4;
string role = 5;
}
message AuthResponse {