1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00
This commit is contained in:
Kyle Spearrin
2018-05-07 21:41:30 -04:00
parent ada957c7a3
commit 294404750d

View File

@@ -325,7 +325,7 @@ export class LdapDirectoryService implements DirectoryService {
this.dirConfig.password;
if (user == null || pass == null) {
reject('Username and/or password re not configured.');
reject('Username and/or password are not configured.');
return;
}