We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beefab9 commit 5e39095Copy full SHA for 5e39095
1 file changed
backend/src/authentik.rs
@@ -3355,6 +3355,7 @@ pub async fn get_my_profile(
3355
let parsed_id = match source.source.slug.as_str() {
3356
"steam" => parse_steam_id(&source.identifier),
3357
"discord" => Some(source.identifier.clone()),
3358
+ "github" => Some(source.identifier.clone()),
3359
"byond" => Some(
3360
source
3361
.identifier
0 commit comments