v0.10.302 #2

Merged
didirus merged 289 commits from feature-clean into beta 2025-07-08 15:00:09 +00:00
Showing only changes of commit 569d60cb57 - Show all commits

View File

@@ -2031,7 +2031,9 @@ pub async fn change_password(
Some(user)
} else {
None
return Err(ApiError::CustomAuthentication(
"The password change flow code is invalid or has expired. Did you copy it promptly and correctly?".to_string(),
));
}
} else {
None