We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
currently when auth=false the client defaults to joining with test-Id
auth=false
test-Id
It would be better (for testing multiple clients) if the old behavior of the login screen was restored when auth=false
In other words:
auth=true
The text was updated successfully, but these errors were encountered:
bartoval
No branches or pull requests
currently when
auth=false
the client defaults to joining withtest-Id
It would be better (for testing multiple clients) if the old behavior of the login screen was restored when
auth=false
In other words:
auth=true
-- never see login screen, force to auth server, the username/handle of the auth system is used to send the join messageauth=false
-- show the login screen, use the entered username/handle for the join messageThe text was updated successfully, but these errors were encountered: