diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-10-31 10:51:23 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-10-31 10:51:23 +0700 |
| commit | 94c1fba12e054165e7447e9cf778dd7de8922304 (patch) | |
| tree | 31011dfb409c02651b74a848e62f25dc74163b26 /src/lib/auth | |
| parent | 6b221cccd58710682c99db7afbc29322da042880 (diff) | |
Fix login mobile page content path
Diffstat (limited to 'src/lib/auth')
| -rw-r--r-- | src/lib/auth/components/LoginMobile.jsx | 2 |
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> |
