diff --git a/src/App.tsx b/src/App.tsx index 149bddb..7d8744c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -16,6 +16,10 @@ const App = () => { const authState = useSelector((state: State) => state.auth) useEffect(() => { + if (window.location.hostname === '0.0.0.0') { + window.location.hostname = 'localhost' + } + generateBunkerDelegatedKey() const authController = new AuthController()