web: don't reset reminders before getting the user

This commit is contained in:
Abdullah Atta
2023-03-23 13:33:41 +05:00
committed by Abdullah Atta
parent 8e795b729a
commit ba56fd0279

View File

@@ -93,8 +93,6 @@ export default function AppEffects({ setShow }) {
initEditorStore();
(async function () {
await resetReminders();
await updateLastSynced();
if (await initUser()) {
showUpgradeReminderDialogs();