From 272e60950a6d8f6e06062c432521d6caecd2b95d Mon Sep 17 00:00:00 2001 From: dragon1211 Date: Mon, 31 Jan 2022 13:35:27 -0800 Subject: [PATCH] fixed forgot-password --- backend/resources/js/child/auth/forgot_password/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/resources/js/child/auth/forgot_password/index.jsx b/backend/resources/js/child/auth/forgot_password/index.jsx index bc1a7f74..b7a620d0 100644 --- a/backend/resources/js/child/auth/forgot_password/index.jsx +++ b/backend/resources/js/child/auth/forgot_password/index.jsx @@ -70,7 +70,7 @@ const ChildForgotPassword = () => { { _400error && set400Error('')}>{_400error} } - { _success && setSucess('')}> {_success} } + { _success && setSuccess('')}> {_success} }