Skip to content

Commit

Permalink
Default password for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsaturn committed Oct 24, 2024
1 parent 9e5ab67 commit e567c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class NormalLoginForm extends React.Component<

try {
const urlSearchParams = new URLSearchParams(window.location.search)
//@ts-ignore
// @ts-ignore
const params = Object.fromEntries(urlSearchParams.entries())
this.isDemo = !!params.demo
} catch (e) {
Expand Down

0 comments on commit e567c17

Please sign in to comment.