mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 03:38:49 +00:00
@@ -536,7 +536,7 @@
|
||||
}, function(response) {
|
||||
if (response.status == 401) {
|
||||
// Authentication failed
|
||||
d.reject(l('Wrong username or password'));
|
||||
d.reject(l('Wrong username or password.'));
|
||||
}
|
||||
else {
|
||||
d.reject(response.statusText);
|
||||
|
||||
Reference in New Issue
Block a user