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 1e69ea8 commit 5fb37d2Copy full SHA for 5fb37d2
crates/handlers/src/views/register/steps/finish.rs
@@ -218,7 +218,7 @@ pub(crate) async fn get(
218
.link_id()
219
// This should not happen, the session is associated with the user
220
// registration once the link was already created
221
- .context("Authorization session as no upstream link associated with it")
+ .context("Authorization session has no upstream link associated with it")
222
.map_err(InternalError::from_anyhow)?;
223
224
let upstream_oauth_link = repo
0 commit comments