1
0
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:
2021-04-16 15:06:07 +02:00
parent b5d2410413
commit 2f931ff026
5 changed files with 13 additions and 1 deletions

View File

@@ -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