Skip to content

Commit b16dbd9

Browse files
committed
spelling error
1 parent 7e6d21c commit b16dbd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Components/forms/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Forms extends Component {
2020
this.setState({ loading: true, err: '' })
2121
try {
2222
const magicLinkRequest = await axios.post(
23-
`${path}/email/vitrifaction`,
23+
`${path}/email/verification`,
2424
{
2525
email,
2626
userId
@@ -30,7 +30,7 @@ class Forms extends Component {
3030
this.setState({
3131
loading: false,
3232
msg:
33-
'We have sent you a vitrifaction email, Please check your emails.'
33+
'We have sent you a verification email, Please check your emails.'
3434
})
3535
}
3636
} catch (err) {

0 commit comments

Comments
 (0)