[HOTFIX] 회원가입 실패 컨펌
This commit is contained in:
parent
1341926e0d
commit
40688f29b7
@ -108,10 +108,13 @@ public class SignupPanelController : MonoBehaviour
|
||||
Destroy(gameObject);
|
||||
}, () =>
|
||||
{
|
||||
emailInputField.text = "";
|
||||
nicknameInputField.text = "";
|
||||
passwordInputField.text = "";
|
||||
confirmPasswordInputField.text = "";
|
||||
GameManager.Instance.panelManager.OpenConfirmPanel("회원가입에 실패했습니다.", () =>
|
||||
{
|
||||
emailInputField.text = "";
|
||||
nicknameInputField.text = "";
|
||||
passwordInputField.text = "";
|
||||
confirmPasswordInputField.text = "";
|
||||
});
|
||||
});
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user