Cleaned up email verification reducer logic
This commit is contained in:
@@ -15,6 +15,10 @@ import NoMatch from "./Static/NoMatch";
|
||||
import Navbar from "./Navbar";
|
||||
|
||||
class App extends Component {
|
||||
componentDidMount() {
|
||||
|
||||
}
|
||||
|
||||
render() {
|
||||
const footSmash = {
|
||||
display: "flex",
|
||||
@@ -35,6 +39,10 @@ class App extends Component {
|
||||
path="/auth/verify-email/:emailKey"
|
||||
component={VerifyEmail}
|
||||
/>
|
||||
<Route
|
||||
path="/auth/verify-email"
|
||||
component={VerifyEmail}
|
||||
/>
|
||||
<PrivateRoute path="/auth/settings" component={Settings} />
|
||||
<Route path="/auth/forgot-password" component={ForgotPassword} />
|
||||
<Route path="/auth/reset-password/:uid/:token" component={ResetPassword} />
|
||||
|
||||
Reference in New Issue
Block a user