Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 484 → Rev 2370

/web/js/ChilliLibrary.js
250,7 → 250,7
return chilliController.onError('Cannot get challenge');
}
 
if ( resp.clientSate === chilliController.stateCodes.AUTH ) {
if ( resp.clientState === chilliController.stateCodes.AUTH ) {
log('logonStep2: Already connected. Aborting.');
return chilliController.onError('Already connected.');
}