Skip to content

Commit 9abfdda

Browse files
authored
Merge pull request #304 from opengovern/ui-changes
feat: remove first password change
2 parents d9e18b2 + 0b3bb8f commit 9abfdda

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

services/webui/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NODE_ENV=development
22
REACT_APP_RUNTIME_ENVIRONMENT=production
3-
REACT_APP_BASE_URL=https://demo.opensecurity.sh
4-
REACT_APP_AUTH_BASE_URL=https://demo.opensecurity.sh
3+
REACT_APP_BASE_URL=http://localhost:8080
4+
REACT_APP_AUTH_BASE_URL=http://localhost:8080
55
REACT_APP_SHOW_COMPLIANCE=true

services/webui/public/env-config.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/webui/src/pages/Integrations/TypeDetailNew/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ export default function TypeDetail() {
897897
open={open}
898898
onClose={() => setOpen(false)}
899899
GetList={() => {
900-
window.location.reload()
900+
// window.location.reload()
901901
}}
902902
/>
903903
</div>

services/webui/src/pages/Overview/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ const {
190190

191191
useEffect(() => {
192192

193-
if (me?.connector_id === 'local') {
194-
PassCheck()
193+
// if (me?.connector_id === 'local') {
194+
// PassCheck()
195195

196-
}
196+
// }
197197

198198
}, [me])
199199
const CheckEmail = () => {

0 commit comments

Comments
 (0)