Commit 0809da8c6adf7c113e3ab14911b37668d63df010

Authored by Adhidarma Hadiwinoto
1 parent 120c8a3574
Exists in master

typo

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -64,7 +64,7 @@ function login(data, callback) {
64 64 }
65 65  
66 66 if (body.search('Incorrect username') >= 0) {
67   - logger.warn('Salah username / password', {options = options});
  67 + logger.warn('Salah username / password', {options: options});
68 68 return;
69 69 }
70 70