Class VerifyWithGoogle

java.lang.Object
com.esprit.controllers.users.VerifyWithGoogle

public class VerifyWithGoogle extends Object
JavaFX controller class for the RAKCHA application. Handles UI interactions and manages view logic using FXML.
Since:
1.0.0
Version:
1.0.0
Author:
RAKCHA Team
  • Field Details

    • LOGGER

      private static final Logger LOGGER
    • authTextField

      private javafx.scene.control.TextField authTextField
    • emailErrorLabel

      private javafx.scene.control.Label emailErrorLabel
    • passwordErrorLabel

      private javafx.scene.control.Label passwordErrorLabel
    • sendButton

      private javafx.scene.control.Button sendButton
  • Constructor Details

    • VerifyWithGoogle

      public VerifyWithGoogle()
  • Method Details