Skip to content

Commit

Permalink
More debugging stuff - uff
Browse files Browse the repository at this point in the history
  • Loading branch information
ParadoxZero committed Jul 24, 2024
1 parent d8cfb7e commit e6ed00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/services/azure_identity_service.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public string GetUserIdentity()
case "github":
return ProcessGithub(claims);
default:
throw new Exception("Provider not supported" + provider.ToString());
throw new Exception("Provider not supported" + claims);
}
}

Expand Down

0 comments on commit e6ed00c

Please sign in to comment.