Skip to content

Commit fc0ea85

Browse files
authored
Update crates/handlers/src/upstream_oauth2/link.rs
1 parent f115a55 commit fc0ea85

File tree

1 file changed

+0
-1
lines changed
  • crates/handlers/src/upstream_oauth2

1 file changed

+0
-1
lines changed

crates/handlers/src/upstream_oauth2/link.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,6 @@ pub(crate) async fn post(
848848
} else {
849849
REGISTRATION_COUNTER
850850
.add(1, &[KeyValue::new(PROVIDER, provider.id.to_string())]);
851-
// This case should not happen
852851
repo.user().add(&mut rng, &clock, username).await?
853852
}
854853
} else {

0 commit comments

Comments
 (0)