Skip to content

Commit 5e39095

Browse files
committed
prased id
1 parent beefab9 commit 5e39095

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/src/authentik.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3355,6 +3355,7 @@ pub async fn get_my_profile(
33553355
let parsed_id = match source.source.slug.as_str() {
33563356
"steam" => parse_steam_id(&source.identifier),
33573357
"discord" => Some(source.identifier.clone()),
3358+
"github" => Some(source.identifier.clone()),
33583359
"byond" => Some(
33593360
source
33603361
.identifier

0 commit comments

Comments
 (0)