mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-09-25 22:29:45 +00:00
Can update new user information fields
This commit is contained in:
@@ -233,6 +233,9 @@ pub mod accounts_info_policy {
|
||||
/// Minimum & maximum last name length
|
||||
pub const MIN_LAST_NAME_LENGTH: u8 = 2;
|
||||
pub const MAX_LAST_NAME_LENGTH: u8 = 50;
|
||||
|
||||
/// Max location value size
|
||||
pub const MAX_LOCATION_LENGTH: usize = 45;
|
||||
}
|
||||
|
||||
/// Url where Firebase push notifications can be sent
|
||||
|
Reference in New Issue
Block a user