summaryrefslogtreecommitdiff
path: root/src/lib/auth
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/auth')
-rw-r--r--src/lib/auth/components/LoginMobile.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/auth/components/LoginMobile.jsx b/src/lib/auth/components/LoginMobile.jsx
index 58ae4e6e..40924fbe 100644
--- a/src/lib/auth/components/LoginMobile.jsx
+++ b/src/lib/auth/components/LoginMobile.jsx
@@ -149,7 +149,7 @@ const LoginMobile = () => {
</div>
<section className='my-10 md:my-0'>
- <PageContent path='/register' />
+ <PageContent path='/login' />
</section>
</div>
</MobileView>