diff --git a/packages/web/src/components/Dialog/FactoryResetDeviceDialog/FactoryResetDeviceDialog.tsx b/packages/web/src/components/Dialog/FactoryResetDeviceDialog/FactoryResetDeviceDialog.tsx index 339332c0..e171c8ba 100644 --- a/packages/web/src/components/Dialog/FactoryResetDeviceDialog/FactoryResetDeviceDialog.tsx +++ b/packages/web/src/components/Dialog/FactoryResetDeviceDialog/FactoryResetDeviceDialog.tsx @@ -34,7 +34,7 @@ export const FactoryResetDeviceDialog = ({ useMessageStore.getState().removeMessageStore(id); useNodeDBStore.getState().removeNodeDB(id); - // Reload the app to ensure all esphemeral state is cleared + // Reload the app to ensure all ephemeral state is cleared window.location.href = "/"; };