We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e7c25 commit 2a11d8bCopy full SHA for 2a11d8b
src/containers/home-communication.jsx
@@ -5,7 +5,7 @@ import {connect} from 'react-redux';
5
import {setUsername, setUsernameInvalid, setUsernameLoggedIn} from '../reducers/tw';
6
7
let origin = "https://penguinmod.com";
8
-origin = 'http://localhost:5173';
+// origin = 'http://localhost:5173';
9
10
class HomeCommunication extends React.Component {
11
constructor (props) {
0 commit comments