Move Login page to UI

This commit is contained in:
Alex Gleason
2023-09-20 13:57:33 -05:00
parent f5d17fd55d
commit ffae3f89df
6 changed files with 88 additions and 59 deletions

View File

@@ -104,7 +104,6 @@ const SoapboxMount = () => {
<Route exact path='/' component={PublicLayout} />
)}
<Route path='/login' component={AuthLayout} />
<Route path='/reset-password' component={AuthLayout} />
<Route path='/edit-password' component={AuthLayout} />
<Route path='/invite/:token' component={AuthLayout} />