[HOTFIX] 회원가입 실패 컨펌

This commit is contained in:
Jay 2025-03-31 15:42:52 +09:00
parent 1341926e0d
commit 40688f29b7

View File

@ -107,12 +107,15 @@ public class SignupPanelController : MonoBehaviour
{ {
Destroy(gameObject); Destroy(gameObject);
}, () => }, () =>
{
GameManager.Instance.panelManager.OpenConfirmPanel("회원가입에 실패했습니다.", () =>
{ {
emailInputField.text = ""; emailInputField.text = "";
nicknameInputField.text = ""; nicknameInputField.text = "";
passwordInputField.text = ""; passwordInputField.text = "";
confirmPasswordInputField.text = ""; confirmPasswordInputField.text = "";
}); });
});
} }
else else
{ {