Fix caldav issues (#16297)

This commit is contained in:
neo773
2025-12-04 19:04:20 +05:30
committed by GitHub
parent e112eb4f69
commit 5f70d388ef
6 changed files with 53 additions and 63 deletions
@@ -139,7 +139,7 @@ export class ImapSmtpCaldavService {
}
throw new UserInputError(`CALDAV connection failed: ${error.message}`, {
userFriendlyMessage: msg`Invalid credentials. Please check your username and password.`,
userFriendlyMessage: msg`Invalid CALDAV credentials. Please check your username and password.`,
});
}