Merge branch '114-remove-duplications' into 'dev'
wrong class name Closes #114 See merge request sa4-2020/the-sanmarinoes/frontend!145
This commit is contained in:
commit
bd0b4d79ea
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