Skip to content

Commit 5fb37d2

Browse files
sandhoseCopilot
andauthored
Fix typo in error message
Co-authored-by: Copilot <[email protected]>
1 parent 1e69ea8 commit 5fb37d2

File tree

1 file changed

+1
-1
lines changed
  • crates/handlers/src/views/register/steps

1 file changed

+1
-1
lines changed

crates/handlers/src/views/register/steps/finish.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ pub(crate) async fn get(
218218
.link_id()
219219
// This should not happen, the session is associated with the user
220220
// registration once the link was already created
221-
.context("Authorization session as no upstream link associated with it")
221+
.context("Authorization session has no upstream link associated with it")
222222
.map_err(InternalError::from_anyhow)?;
223223

224224
let upstream_oauth_link = repo

0 commit comments

Comments
 (0)