registration with zone

This commit is contained in:
Priec
2026-07-18 18:56:44 +02:00
parent ef751e241f
commit 34d8349f2c
6 changed files with 19 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ message RegisterRequest {
string password = 3;
string password_confirmation = 4;
string role = 5;
string timezone = 6; // IANA timezone, for example Europe/Bratislava
}
message AuthResponse {