Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyRAV committed Jan 6, 2025
1 parent 3be5782 commit b68450f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/dashboard/src/app/(public)/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { UserAuthForm } from '@/components/login-page/user-auth-form';
import { Metadata } from 'next';
import Image from 'next/image';

export const runtime = 'edge';

export const metadata: Metadata = {
title: 'Authentication',
description: 'Authentication forms built using the components.',
Expand Down

0 comments on commit b68450f

Please sign in to comment.