@@ -105,6 +105,26 @@ theme_override_styles/pressed = SubResource("StyleBoxFlat_0xm2m")
105105theme_override_styles/normal = SubResource ("StyleBoxFlat_ig7tw" )
106106text = "Sign In With Email Password"
107107
108+ [node name ="email_verification" type ="Button" parent ="MarginContainer/VBoxContainer" ]
109+ custom_minimum_size = Vector2 (120 , 60 )
110+ layout_mode = 2
111+ theme_override_font_sizes/font_size = 32
112+ theme_override_styles/focus = SubResource ("StyleBoxFlat_7dm0k" )
113+ theme_override_styles/hover = SubResource ("StyleBoxFlat_ig7tw" )
114+ theme_override_styles/pressed = SubResource ("StyleBoxFlat_0xm2m" )
115+ theme_override_styles/normal = SubResource ("StyleBoxFlat_ig7tw" )
116+ text = "Send Email Verification"
117+
118+ [node name ="password_reset" type ="Button" parent ="MarginContainer/VBoxContainer" ]
119+ custom_minimum_size = Vector2 (120 , 60 )
120+ layout_mode = 2
121+ theme_override_font_sizes/font_size = 32
122+ theme_override_styles/focus = SubResource ("StyleBoxFlat_7dm0k" )
123+ theme_override_styles/hover = SubResource ("StyleBoxFlat_ig7tw" )
124+ theme_override_styles/pressed = SubResource ("StyleBoxFlat_0xm2m" )
125+ theme_override_styles/normal = SubResource ("StyleBoxFlat_ig7tw" )
126+ text = "Send Password Reset Email"
127+
108128[node name ="google_sign_in" type ="Button" parent ="MarginContainer/VBoxContainer" ]
109129custom_minimum_size = Vector2 (120 , 60 )
110130layout_mode = 2
@@ -163,6 +183,8 @@ theme_override_font_sizes/normal_font_size = 32
163183[connection signal ="pressed" from ="MarginContainer/VBoxContainer/anonymous_sign_in" to ="." method ="_on_anonymous_sign_in_pressed" ]
164184[connection signal ="pressed" from ="MarginContainer/VBoxContainer/email_sign_up" to ="." method ="_on_email_sign_up_pressed" ]
165185[connection signal ="pressed" from ="MarginContainer/VBoxContainer/email_sign_in" to ="." method ="_on_email_sign_in_pressed" ]
186+ [connection signal ="pressed" from ="MarginContainer/VBoxContainer/email_verification" to ="." method ="_on_email_verification_pressed" ]
187+ [connection signal ="pressed" from ="MarginContainer/VBoxContainer/password_reset" to ="." method ="_on_password_reset_pressed" ]
166188[connection signal ="pressed" from ="MarginContainer/VBoxContainer/google_sign_in" to ="." method ="_on_google_sign_in_pressed" ]
167189[connection signal ="pressed" from ="MarginContainer/VBoxContainer/get_user_data" to ="." method ="_on_get_user_data_pressed" ]
168190[connection signal ="pressed" from ="MarginContainer/VBoxContainer/is_signed_in" to ="." method ="_on_is_signed_in_pressed" ]
0 commit comments