password_recently_used property
String
get
password_recently_used
The password you are trying to use is similar to your previous password. For your security, please choose a different password and try again
Implementation
String get password_recently_used {
return Intl.message(
'The password you are trying to use is similar to your previous password. For your security, please choose a different password and try again',
name: 'password_recently_used',
desc: '',
args: [],
);
}