mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 00:05:16 +00:00
Can ask user his password
This commit is contained in:
@ -2,6 +2,10 @@
|
||||
///
|
||||
/// @author Pierre HUBERT
|
||||
|
||||
/// Check out whether a password is valid or not
|
||||
bool validatePassword(String s) => s.length > 3;
|
||||
|
||||
|
||||
/// Check out whether a given email address is valid or not
|
||||
///
|
||||
/// Taken from https://medium.com/@nitishk72/form-validation-in-flutter-d762fbc9212c
|
||||
|
Reference in New Issue
Block a user