mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
remove 'Github' from oauth login error messages
This commit is contained in:
parent
b387c1291d
commit
248ed2672f
@ -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…
Reference in New Issue
Block a user