mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
Move OAuth pending redirect check out of page.tsx since AppInitializer already handles it globally. Simplify home page to a server-side redirect and remove dayjs dependency in favor of native Date.now().