diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-10-31 10:51:35 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-10-31 10:51:35 +0700 |
| commit | 8c583093ea9d703d96b899db08edc6707b4dc258 (patch) | |
| tree | 81532b755d0183d0151dd257b3d341725fb3a7ab /src | |
| parent | c8c7690c49958c1f8ff0756eda407d7276c536cb (diff) | |
| parent | 94c1fba12e054165e7447e9cf778dd7de8922304 (diff) | |
Merge branch 'refactor/all' into development
Diffstat (limited to 'src')
| -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> |
