Skip to content

Commit

Permalink
Fix local dev login
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Oct 3, 2024
1 parent 7a55d81 commit fbb096e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v-api/src/endpoints/login/local/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ where
let info = UserInfo {
external_id: ExternalUserId::Local(body.external_id),
verified_emails: vec![body.email],
github_username: Some("Local Dev".to_string()),
display_name: Some("Local Dev".to_string()),
};

let (api_user, api_user_provider) = ctx
Expand Down

0 comments on commit fbb096e

Please sign in to comment.