mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
OAuth: Make the login button display name of custom OAuth provider (#20209)
This commit is contained in:
parent
0a78652404
commit
df6d8851d0
@ -28,7 +28,7 @@ const loginServices: () => LoginServices = () => ({
|
||||
},
|
||||
oauth: {
|
||||
enabled: config.oauth.generic_oauth,
|
||||
name: 'OAuth',
|
||||
name: config.oauth.generic_oauth ? config.oauth.generic_oauth.name : 'OAuth',
|
||||
icon: 'sign-in',
|
||||
hrefName: 'generic_oauth',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user