Skip to content
Snippets Groups Projects
Commit 3f0fdf2a authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Re-enabling the WinChan error check.

parent d90312bd
No related branches found
No related tags found
No related merge requests found
......@@ -89,9 +89,7 @@ BrowserID.signUp = (function() {
}
function primaryAuthComplete(error, result, oncomplete) {
// XXX once we get our winchan shit figured out, remove the false &&
// below.
if(false && error) {
if(error) {
pageHelpers.showFailure(errors.primaryAuthentication, error, oncomplete);
}
else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment