We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36867bd commit 9668418Copy full SHA for 9668418
crates/handlers/src/upstream_oauth2/link.rs
@@ -722,7 +722,7 @@ pub(crate) async fn post(
722
homeserver_denied_username = true;
723
}
724
725
- // If we need have a TOS in the config, make sure the user has accepted it
+ // If we have a TOS in the config, make sure the user has accepted it
726
if site_config.tos_uri.is_some() && !accept_terms {
727
form_state.add_error_on_field(
728
mas_templates::UpstreamRegisterFormField::AcceptTerms,
0 commit comments