diff --git a/src/auth/utils.js b/src/auth/utils.js index 91703d7..48d7402 100644 --- a/src/auth/utils.js +++ b/src/auth/utils.js @@ -18,8 +18,6 @@ export const iAmSmartCallbackPath = () => { let hostname = window.location.hostname; if (hostname.match("pnspsuat")) { hostname = "pnspsuat.gld.gov.hk"; - } else { - hostname = "pnspsdev.gld.gov.hk"; } return hostname; };