Sfoglia il codice sorgente

remove "pnspsdev.gld.gov.hk"

CR003
Anna Ho 1 anno fa
parent
commit
0cee61df7d
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. +0
    -2
      src/auth/utils.js

+ 0
- 2
src/auth/utils.js Vedi File

@@ -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;
};


Caricamento…
Annulla
Salva