Explorar o código

remove 'Github' from oauth login error messages

Dan Cech %!s(int64=9) %!d(string=hai) anos
pai
achega
248ed2672f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      public/app/core/controllers/login_ctrl.js

+ 2 - 2
public/app/core/controllers/login_ctrl.js

@@ -7,8 +7,8 @@ function (angular, coreModule, config) {
   'use strict';
   'use strict';
 
 
   var failCodes = {
   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",
     "1002": "Required email domain not fulfilled",
   };
   };