public LoginView(Credentials cred) { credentials = cred; initFields(); initCommands(); }
public SignUpView(Credentials cred) { credentials = cred; initFields(); initCommands(); }