This website works better with JavaScript.
Home
Explore
Help
Sign In
alex
/
PNSPS-frontend-MaterialUI
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
remove "pnspsdev.gld.gov.hk"
CR003
Anna Ho
1 year ago
parent
875458a76f
commit
0cee61df7d
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
src/auth/utils.js
+ 0
- 2
src/auth/utils.js
View 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;
};
Write
Preview
Loading…
Cancel
Save