remove 'Github' from oauth login error messages

pull/6077/head
Dan Cech 9 years ago
parent b387c1291d
commit 248ed2672f
  1. 4
      public/app/core/controllers/login_ctrl.js

@ -7,8 +7,8 @@ function (angular, coreModule, config) {
'use strict';
var failCodes = {
"1000": "Required Github team membership not fulfilled",
"1001": "Required Github organization membership not fulfilled",
"1000": "Required team membership not fulfilled",
"1001": "Required organization membership not fulfilled",
"1002": "Required email domain not fulfilled",
};

Loading…
Cancel
Save