14 lines
513 B
Diff
14 lines
513 B
Diff
diff --git a/src/components/dialogs/nuxs/index.tsx b/src/components/dialogs/nuxs/index.tsx
|
|
index 63e11a7f4..70fa993cf 100644
|
|
--- a/src/components/dialogs/nuxs/index.tsx
|
|
+++ b/src/components/dialogs/nuxs/index.tsx
|
|
@@ -46,7 +46,7 @@ const queuedNuxs: {
|
|
enabled: ({currentProfile}) => {
|
|
return (
|
|
isNative &&
|
|
- isExistingUserAsOf('2025-12-16T00:00:00.000Z', currentProfile.createdAt)
|
|
+ isExistingUserAsOf('2099-12-16T00:00:00.000Z', currentProfile.createdAt)
|
|
)
|
|
},
|
|
},
|