wrong class name
This commit is contained in:
parent
f6d5ea7853
commit
746e00baa7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import React, { Component } from "react";
|
|||
import Confirm from "./Confirm";
|
||||
const msg = "Your password has been successfully reset.";
|
||||
|
||||
export default class ConfirmRegistration extends Component {
|
||||
export default class ConfirmResetPassword extends Component {
|
||||
render() {
|
||||
return <Confirm msg={msg} />;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue