diff options
Diffstat (limited to 'scenes/introduction/check_mail.tscn')
-rw-r--r-- | scenes/introduction/check_mail.tscn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scenes/introduction/check_mail.tscn b/scenes/introduction/check_mail.tscn index 6f6c1e2..ee9f29c 100644 --- a/scenes/introduction/check_mail.tscn +++ b/scenes/introduction/check_mail.tscn @@ -107,6 +107,7 @@ text = "Too many trys. Password was reset to \"tom\"" __meta__ = { "_edit_use_anchors_": false } + [connection signal="text_changed" from="password" to="." method="_on_password_text_changed"] [connection signal="text_entered" from="password" to="." method="_on_password_text_entered"] [connection signal="on_click" from="Log in" to="." method="_on_Log_in_on_click"] |