Skip to content
Snippets Groups Projects
Commit 31ad8d60 authored by Florian Sesser's avatar Florian Sesser
Browse files

fix typo

parent 35cbeae6
No related branches found
No related tags found
3 merge requests!140Merge staging into production,!122Merge develop into staging,!120Add GSuite SSO to Grafana
Pipeline #834 passed
...@@ -11,8 +11,8 @@ let ...@@ -11,8 +11,8 @@ let
anonymous.enable = true; anonymous.enable = true;
} else { } else {
google.enable = true; google.enable = true;
google.clientSecretFile = cfg.googleOAuthClientID; google.clientSecretFile = cfg.googleOAuthClientSecretFile;
google.clientId = cfg.googleOAuthClientSecretFile; google.clientId = cfg.googleOAuthClientID;
}; };
in { in {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment