feat(oauth): add logo_uri to client ID metadata documents (#10727)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"client_id": "https://goose-docs.ai/oauth/client-metadata.json",
|
||||
"client_name": "goose",
|
||||
"logo_uri": "https://goose-docs.ai/img/logo_light.png",
|
||||
"redirect_uris": [
|
||||
"http://127.0.0.1/oauth_callback",
|
||||
"http://[::1]/oauth_callback"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"client_id": "https://goose-docs.ai/oauth/huggingface-client-metadata.json",
|
||||
"client_name": "goose",
|
||||
"logo_uri": "https://goose-docs.ai/img/logo_light.png",
|
||||
"redirect_uris": [
|
||||
"http://127.0.0.1:17863/oauth/huggingface/callback"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user