···44export default function Page() {
55 const { userId } = auth();
6677+ // TODO: we can improve the UX here. If user is logged in, (s)he will see the screen for a quick moment
78 if (userId) {
89 redirect("/app");
910 }
···44export default function Page() {
55 const { userId } = auth();
6677+ // TODO: we can improve the UX here. If user is logged in, (s)he will see the screen for a quick moment
78 if (userId) {
89 redirect("/app");
910 }