Skip to content

Commit 2a11d8b

Browse files
enable this again
1 parent 46e7c25 commit 2a11d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/home-communication.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {connect} from 'react-redux';
55
import {setUsername, setUsernameInvalid, setUsernameLoggedIn} from '../reducers/tw';
66

77
let origin = "https://penguinmod.com";
8-
origin = 'http://localhost:5173';
8+
// origin = 'http://localhost:5173';
99

1010
class HomeCommunication extends React.Component {
1111
constructor (props) {

0 commit comments

Comments
 (0)