help me dear god
This commit is contained in:
parent
f423824d4b
commit
b9fcff496c
2 changed files with 2 additions and 2 deletions
|
@ -117,8 +117,8 @@ public class LoginController {
|
|||
}
|
||||
|
||||
@FXML
|
||||
void handleRegisterButtonClick(ActionEvent event) {
|
||||
|
||||
void handleRegisterButtonClick(ActionEvent event) throws IOException {
|
||||
App.setRoot("register");
|
||||
}
|
||||
|
||||
@FXML
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue