فهرست منبع

remove 'Github' from oauth login error messages

Dan Cech 9 سال پیش
والد
کامیت
248ed2672f
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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';
 
   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",
   };