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

@@ -11,6 +11,9 @@ pub struct RegisterRequest {
pub password_confirmation: ::prost::alloc::string::String,
#[prost(string, tag = "5")]
pub role: ::prost::alloc::string::String,
/// IANA timezone, for example Europe/Bratislava
#[prost(string, tag = "6")]
pub timezone: ::prost::alloc::string::String,
}
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
pub struct AuthResponse {