diff --git a/functions/index.js b/functions/index.js index 01a065c..c69bce2 100644 --- a/functions/index.js +++ b/functions/index.js @@ -29,7 +29,7 @@ const options = { const utahIDEnvironments = { prod: 'Prod', - stage: 'AT', + dev: 'AT', development: 'Dev', };